summaryrefslogtreecommitdiffstats
path: root/digikam/themedesigner/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/themedesigner/main.cpp')
-rw-r--r--digikam/themedesigner/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/themedesigner/main.cpp b/digikam/themedesigner/main.cpp
index 5b24097..058fe19 100644
--- a/digikam/themedesigner/main.cpp
+++ b/digikam/themedesigner/main.cpp
@@ -41,10 +41,10 @@
static const char *description = Digikam::themeDesignerDescription();
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP( "Document to open." ), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char** argv)