summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kivio/kiviopart/main.cpp')
-rw-r--r--kivio/kiviopart/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kivio/kiviopart/main.cpp b/kivio/kiviopart/main.cpp
index 442e2b93..500c1b71 100644
--- a/kivio/kiviopart/main.cpp
+++ b/kivio/kiviopart/main.cpp
@@ -25,10 +25,10 @@
#include "kivio_aboutdata.h"
-static const KCmdLineOptions options[]=
+static const TDECmdLineOptions options[]=
{
{"+[file]", I18N_NOOP("File to open"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KIVIO_EXPORT int kdemain( int argc, char **argv )