diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:56:54 -0600 |
commit | 28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch) | |
tree | f78e2df40f61288477bbd160d7c795918ad298d5 /tests/testidmapper.cc | |
parent | 8ebd99fc2d3e2429a1030d60ce693b74b8832a40 (diff) | |
download | kpilot-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.cc | 2 |
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 ); |