diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:39:36 -0600 |
commit | 38d95941c93ced6f3227f0908b0b50c41c36e954 (patch) | |
tree | 7c3e68b3d7059a5dd2ec3f28e43c434e4100d52a /systemsettings/main.cpp | |
parent | 316bb75e9e364238ced13075753cd591cd0ecfd4 (diff) | |
download | tde-systemsettings-38d95941c93ced6f3227f0908b0b50c41c36e954.tar.gz tde-systemsettings-38d95941c93ced6f3227f0908b0b50c41c36e954.zip |
Rename KCmd to avoid conflicts with KDE4
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[] ) |