summaryrefslogtreecommitdiffstats
path: root/kttsd/kttsmgr/kttsmgr.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:42:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:42:47 -0600
commit05318b1e0c2cff1520c018f5431f87a5da4b89ac (patch)
tree1488574921f93312917d8d7d6783cd8ad8ad4d23 /kttsd/kttsmgr/kttsmgr.cpp
parentaa87a56c504226f7bffcaca7856febb2af9a3a78 (diff)
downloadtdeaccessibility-05318b1e0c2cff1520c018f5431f87a5da4b89ac.tar.gz
tdeaccessibility-05318b1e0c2cff1520c018f5431f87a5da4b89ac.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kttsd/kttsmgr/kttsmgr.cpp')
-rw-r--r--kttsd/kttsmgr/kttsmgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/kttsmgr/kttsmgr.cpp b/kttsd/kttsmgr/kttsmgr.cpp
index 95d4be5..5470275 100644
--- a/kttsd/kttsmgr/kttsmgr.cpp
+++ b/kttsd/kttsmgr/kttsmgr.cpp
@@ -43,13 +43,13 @@
#include "kspeech.h"
#include "kttsmgr.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "s", 0, 0 },
{ "systray", I18N_NOOP("Start minimized in system tray"), 0 },
{ "a", 0, 0 },
{ "autoexit", I18N_NOOP("Exit when speaking is finished and minimized in system tray"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main (int argc, char *argv[])