From 05318b1e0c2cff1520c018f5431f87a5da4b89ac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:42:47 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- kttsd/kttsmgr/kttsmgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kttsd/kttsmgr/kttsmgr.cpp') 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[]) -- cgit v1.2.3