summaryrefslogtreecommitdiffstats
path: root/tests/testidmapper.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:30 -0600
commita200f22dde6af85d7888d619dd7c1196609f2144 (patch)
tree23505f8ea538d79f707e1c96ec272c181b4a110c /tests/testidmapper.cc
parentbc1c842c6175df67e665d606c1c6c8e9cf51f3b1 (diff)
downloadkpilot-a200f22dde6af85d7888d619dd7c1196609f2144.tar.gz
kpilot-a200f22dde6af85d7888d619dd7c1196609f2144.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'tests/testidmapper.cc')
-rw-r--r--tests/testidmapper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc
index 8d60afc..f25e6db 100644
--- a/tests/testidmapper.cc
+++ b/tests/testidmapper.cc
@@ -288,7 +288,7 @@ int main(int argc, char **argv)
{
KApplication::disableAutoDcopRegistration();
KAboutData aboutData("testidmapper","Test IDMapper","0.1");
- KCmdLineArgs::init(argc,argv,&aboutData);
+ TDECmdLineArgs::init(argc,argv,&aboutData);
KApplication app( false, false );