summaryrefslogtreecommitdiffstats
path: root/kttsd/filters/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kttsd/filters/main.cpp')
-rw-r--r--kttsd/filters/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kttsd/filters/main.cpp b/kttsd/filters/main.cpp
index 5bd9f65..b8d113f 100644
--- a/kttsd/filters/main.cpp
+++ b/kttsd/filters/main.cpp
@@ -39,7 +39,7 @@ using namespace std;
#include "filterproc.h"
#include "talkercode.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+pluginName", I18N_NOOP("Name of a KTTSD filter plugin (required)"), 0 },
{ "t", 0, 0 },
@@ -54,7 +54,7 @@ static const KCmdLineOptions options[] =
{ "b", 0, 0 },
{ "break", I18N_NOOP("Display tabs as \\t, otherwise they are removed"), 0 },
{ "list", I18N_NOOP("Display list of available filter plugins and exit"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])