summaryrefslogtreecommitdiffstats
path: root/karbon/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/main.cc')
-rw-r--r--karbon/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/main.cc b/karbon/main.cc
index 6c6296a2..3434e6b5 100644
--- a/karbon/main.cc
+++ b/karbon/main.cc
@@ -28,10 +28,10 @@
#include "karbon_aboutdata.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+[file]", I18N_NOOP( "File to open" ), 0 } ,
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KARBONBASE_EXPORT int kdemain( int argc, char* argv[] )