summaryrefslogtreecommitdiffstats
path: root/tests/testdatebook.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-06 19:37:20 -0600
committerTimothy Pearson <[email protected]>2013-02-06 19:37:20 -0600
commitb542273c9fe92c6be8897175c6d977d6f4b29d50 (patch)
tree43aa1a3f85b14ae910aebd81ddbad78a9ed5416a /tests/testdatebook.cc
parentfbf63c13451c97c63472235ce096539a014aaab4 (diff)
downloadkpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.tar.gz
kpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tests/testdatebook.cc')
-rw-r--r--tests/testdatebook.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatebook.cc b/tests/testdatebook.cc
index 0335867..1facced 100644
--- a/tests/testdatebook.cc
+++ b/tests/testdatebook.cc
@@ -38,11 +38,11 @@
#include "pilotDateEntry.h"
#include "pilotLocalDatabase.h"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
{"data-dir <path>","Set data directory", "."},
- KCmdLineLastOption
+ TDECmdLineLastOption
};