diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 18:46:30 -0600 |
commit | a200f22dde6af85d7888d619dd7c1196609f2144 (patch) | |
tree | 23505f8ea538d79f707e1c96ec272c181b4a110c /tests/testidmapper.cc | |
parent | bc1c842c6175df67e665d606c1c6c8e9cf51f3b1 (diff) | |
download | kpilot-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.cc | 2 |
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 ); |