summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:39:36 -0600
commit38d95941c93ced6f3227f0908b0b50c41c36e954 (patch)
tree7c3e68b3d7059a5dd2ec3f28e43c434e4100d52a
parent316bb75e9e364238ced13075753cd591cd0ecfd4 (diff)
downloadtde-systemsettings-38d95941.tar.gz
tde-systemsettings-38d95941.zip
Rename KCmd to avoid conflicts with KDE4
-rw-r--r--systemsettings/main.cpp4
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[] )