summaryrefslogtreecommitdiffstats
path: root/tests/importaddresses.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/importaddresses.cc
parentfbf63c13451c97c63472235ce096539a014aaab4 (diff)
downloadkpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.tar.gz
kpilot-b542273c9fe92c6be8897175c6d977d6f4b29d50.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'tests/importaddresses.cc')
-rw-r--r--tests/importaddresses.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc
index 74e4652..3d4c0ff 100644
--- a/tests/importaddresses.cc
+++ b/tests/importaddresses.cc
@@ -43,12 +43,12 @@
#include "../conduits/abbrowserconduit/kabcRecord.h"
#include "../conduits/abbrowserconduit/kabcRecord.cc"
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{"verbose", "Verbose output", 0},
{"data-dir <path>","Set data directory", "."},
{"address-file <path>","Set addressbook file", 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};