diff options
Diffstat (limited to 'kaboodle/main.cpp')
-rw-r--r-- | kaboodle/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/main.cpp b/kaboodle/main.cpp index 3353005c..0723b78e 100644 --- a/kaboodle/main.cpp +++ b/kaboodle/main.cpp @@ -33,13 +33,13 @@ void noMessageOutput(TQtMsgType, const char *) { } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[URL]", I18N_NOOP("URL to open"), 0 }, #ifndef NDEBUG { "qdebug", I18N_NOOP("Turn on TQt Debug output"), 0 }, #endif - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |