diff options
Diffstat (limited to 'kbabel/kbabeldict')
-rw-r--r-- | kbabel/kbabeldict/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp index 579b1eb1..6a20d7cc 100644 --- a/kbabel/kbabeldict/main.cpp +++ b/kbabel/kbabeldict/main.cpp @@ -100,10 +100,10 @@ KBabelDictApplication::~KBabelDictApplication() delete(topLevel); } -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"nosplash",I18N_NOOP("Disable splashscreen at startup"),0}, - KCmdLineLastOption + TDECmdLineLastOption }; |