diff options
Diffstat (limited to 'kexi/plugins/macros/tests/komacrotest.cpp')
-rw-r--r-- | kexi/plugins/macros/tests/komacrotest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/macros/tests/komacrotest.cpp b/kexi/plugins/macros/tests/komacrotest.cpp index 15fc9db1..afc9c98b 100644 --- a/kexi/plugins/macros/tests/komacrotest.cpp +++ b/kexi/plugins/macros/tests/komacrotest.cpp @@ -25,9 +25,9 @@ static const char description[] = I18N_NOOP("KoMacroTester"); static const char version[] = "0.1"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char** argv ) |