summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/main.cpp')
-rw-r--r--kbabel/kbabel/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabel/main.cpp b/kbabel/kbabel/main.cpp
index 2ed2cba1..ee8e02a1 100644
--- a/kbabel/kbabel/main.cpp
+++ b/kbabel/kbabel/main.cpp
@@ -532,13 +532,13 @@ KBabelMW* KBabelInterface::findInstance( const KURL& url, const TQString& projec
return kb;
}
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{"gotomsgid <msgid>",I18N_NOOP("Go to entry with msgid <msgid>"),0},
{"nosplash",I18N_NOOP("Disable splashscreen at startup"),0},
{"project <configfile>",I18N_NOOP("File to load configuration from"),0},
{"+[file]",I18N_NOOP("Files to open"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};