diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:58:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:58:55 -0600 |
commit | 4774c021a45e818d31d522b8c235ca28b993d889 (patch) | |
tree | 3c8b1a641068b22184ad87bb6624177e6adf3ec7 /tests/testdatabase.cc | |
parent | a200f22dde6af85d7888d619dd7c1196609f2144 (diff) | |
download | kpilot-4774c021a45e818d31d522b8c235ca28b993d889.tar.gz kpilot-4774c021a45e818d31d522b8c235ca28b993d889.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'tests/testdatabase.cc')
-rw-r--r-- | tests/testdatabase.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdatabase.cc b/tests/testdatabase.cc index 36dce8f..6986541 100644 --- a/tests/testdatabase.cc +++ b/tests/testdatabase.cc @@ -253,13 +253,13 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); KAboutData aboutData("testdatabase","Test Databases","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app( false, false ); + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); |