diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:56:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:56:54 -0600 |
commit | 28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 (patch) | |
tree | f78e2df40f61288477bbd160d7c795918ad298d5 /tests/testdatabase.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/testdatabase.cc')
-rw-r--r-- | tests/testdatabase.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 6986541..123eb2c 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -255,7 +255,7 @@ int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testdatabase","Test Databases","0.1"); + TDEAboutData aboutData("testdatabase","Test Databases","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); |