diff options
Diffstat (limited to 'tdeio/tests/kmimefromext.cpp')
-rw-r--r-- | tdeio/tests/kmimefromext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeio/tests/kmimefromext.cpp b/tdeio/tests/kmimefromext.cpp index 026d4173b..9b3f9dd54 100644 --- a/tdeio/tests/kmimefromext.cpp +++ b/tdeio/tests/kmimefromext.cpp @@ -23,10 +23,10 @@ #include <stdio.h> -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "+filename", "the filename to test", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char *argv[]) |