diff options
Diffstat (limited to 'kugar/part/main.cpp')
-rw-r--r-- | kugar/part/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kugar/part/main.cpp b/kugar/part/main.cpp index a846972a..a81cf192 100644 --- a/kugar/part/main.cpp +++ b/kugar/part/main.cpp @@ -21,11 +21,11 @@ #include "kugar_about.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+[File]", I18N_NOOP( "File to open" ), 0 }, // INSERT YOUR COMMANDLINE OPTIONS HERE - KCmdLineLastOption + TDECmdLineLastOption }; extern "C" KUGAR_EXPORT int kdemain( int argc, char *argv[] ) |