diff options
Diffstat (limited to 'tests/testcategories.cc')
| -rw-r--r-- | tests/testcategories.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testcategories.cc b/tests/testcategories.cc index eb4728e..299b738 100644 --- a/tests/testcategories.cc +++ b/tests/testcategories.cc @@ -144,11 +144,11 @@ void categoryNames( const TQString &dir ) DEBUGKPILOT << "# Final categories\n# " << categories( appinfo ).join("\n# ") << endl; } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { {"verbose", "Verbose output", 0}, {"data-dir <path>","Set data directory", "."}, - KCmdLineLastOption + TDECmdLineLastOption }; |
