From 9b49f198f28061eae2035a33a4d97c1166d08c64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:46:25 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- noatun/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun') diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp index f78dc506..3f2ce3b1 100644 --- a/noatun/app/main.cpp +++ b/noatun/app/main.cpp @@ -8,10 +8,10 @@ static const char description[] = I18N_NOOP("The Fusion of Frequencies"); static const char version[] = NOATUN_VERSION; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("Files/URLs to open"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KDE_EXPORT int kdemain(int argc, char **argv) -- cgit v1.2.1