summaryrefslogtreecommitdiffstats
path: root/kspread/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/main.cc')
-rw-r--r--kspread/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/main.cc b/kspread/main.cc
index d0482268..3be6eb28 100644
--- a/kspread/main.cc
+++ b/kspread/main.cc
@@ -25,10 +25,10 @@
using namespace KSpread;
-static const KCmdLineOptions options[]=
+static const TDECmdLineOptions options[]=
{
{"+[file]", I18N_NOOP("File to open"),0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KSPREAD_EXPORT int kdemain( int argc, char **argv )