summaryrefslogtreecommitdiffstats
path: root/example/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'example/main.cc')
-rw-r--r--example/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/main.cc b/example/main.cc
index 2aae1f4b6..d8b8a537d 100644
--- a/example/main.cc
+++ b/example/main.cc
@@ -26,10 +26,10 @@
#include "example_aboutdata.h"
#include <koffice_export.h>
-static const KCmdLineOptions options[]=
+static const TDECmdLineOptions options[]=
{
{"+[file]", I18N_NOOP("File to open"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" EXAMPLE_EXPORT int kdemain( int argc, char **argv )