summaryrefslogtreecommitdiffstats
path: root/kommander/pluginmanager/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/pluginmanager/main.cpp')
-rw-r--r--kommander/pluginmanager/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/pluginmanager/main.cpp b/kommander/pluginmanager/main.cpp
index 600febfa..d8857ce1 100644
--- a/kommander/pluginmanager/main.cpp
+++ b/kommander/pluginmanager/main.cpp
@@ -40,7 +40,7 @@ static const char *description =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "a", 0, 0},
{ "add <file>", I18N_NOOP("Register given library"), 0},
@@ -50,7 +50,7 @@ static KCmdLineOptions options[] =
{ "check", I18N_NOOP("Check all installed plugins and remove those missing"), 0},
{ "l", 0, 0},
{ "list", I18N_NOOP("List all installed plugins"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])