diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:20 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:37:20 -0600 |
| commit | b542273c9fe92c6be8897175c6d977d6f4b29d50 (patch) | |
| tree | 43aa1a3f85b14ae910aebd81ddbad78a9ed5416a /tests/testcategories.cc | |
| parent | fbf63c13451c97c63472235ce096539a014aaab4 (diff) | |
| download | kpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.tar.gz kpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.zip | |
Rename KCmd to avoid conflicts with KDE4
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 }; |
