summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/src/main.cpp')
-rw-r--r--kdevdesigner/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp
index 58094d1b..1c3921ea 100644
--- a/kdevdesigner/src/main.cpp
+++ b/kdevdesigner/src/main.cpp
@@ -32,10 +32,10 @@ static const char description[] =
static const char version[] = "0.2";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open" ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)