diff options
Diffstat (limited to 'noatun/app')
-rw-r--r-- | noatun/app/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |