diff options
Diffstat (limited to 'systemsettings/main.cpp')
-rw-r--r-- | systemsettings/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/main.cpp b/systemsettings/main.cpp index 99f248a..c2c77cc 100644 --- a/systemsettings/main.cpp +++ b/systemsettings/main.cpp @@ -26,12 +26,12 @@ #include "mainwindow.h" #include "version.h" -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "menu <argument>", I18N_NOOP("Menu file"), "systemsettings" }, { "e", 0, 0 }, { "noembed", I18N_NOOP("Embed windows"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char *argv[] ) |