summaryrefslogtreecommitdiffstats
path: root/tests/testidmapper.cc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:54 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:56:54 -0600
commit28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch)
treef78e2df40f61288477bbd160d7c795918ad298d5 /tests/testidmapper.cc
parent8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff)
downloadkpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.tar.gz
kpilot-28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2.zip
Rename KInstance and KAboutData 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 7365ccb..d5e460e 100644
--- a/tests/testidmapper.cc
+++ b/tests/testidmapper.cc
@@ -287,7 +287,7 @@ bool test7()
int main(int argc, char **argv)
{
TDEApplication::disableAutoDcopRegistration();
- KAboutData aboutData("testidmapper","Test IDMapper","0.1");
+ TDEAboutData aboutData("testidmapper","Test IDMapper","0.1");
TDECmdLineArgs::init(argc,argv,&aboutData);
TDEApplication app( false, false );