summaryrefslogtreecommitdiffstats
path: root/tests/testaddress.cc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 18:46:30 -0600
committerTimothy Pearson <[email protected]>2013-01-19 18:46:30 -0600
commita200f22dde6af85d7888d619dd7c1196609f2144 (patch)
tree23505f8ea538d79f707e1c96ec272c181b4a110c /tests/testaddress.cc
parentbc1c842c6175df67e665d606c1c6c8e9cf51f3b1 (diff)
downloadkpilot-a200f22dde6af85d7888d619dd7c1196609f2144.tar.gz
kpilot-a200f22dde6af85d7888d619dd7c1196609f2144.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'tests/testaddress.cc')
-rw-r--r--tests/testaddress.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testaddress.cc b/tests/testaddress.cc
index 9f9f44e..36ed56d 100644
--- a/tests/testaddress.cc
+++ b/tests/testaddress.cc
@@ -52,12 +52,12 @@ int main(int argc, char **argv)
KApplication::disableAutoDcopRegistration();
KAboutData aboutData("testaddress","Test Addresses","0.1");
- KCmdLineArgs::init(argc,argv,&aboutData);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc,argv,&aboutData);
+ TDECmdLineArgs::addCmdLineOptions( options );
KApplication app( false, false );
- KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
#ifdef DEBUG
debug_level= (args->isSet("verbose")) ? 4 : 0;