diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:54:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:54:36 -0600 |
commit | 2b39d6f11789365b12b9c864bfb854f6229cd637 (patch) | |
tree | f816b453b20e3df56e773877a82bed28acc3ea46 | |
parent | 561a600595b0cd0c9e29ad21e8234d71d32a3713 (diff) | |
download | kcmldapcontroller-2b39d6f11789365b12b9c864bfb854f6229cd637.tar.gz kcmldapcontroller-2b39d6f11789365b12b9c864bfb854f6229cd637.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
-rw-r--r-- | cert-updater/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index 8ff4535..b9bac42 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -64,9 +64,9 @@ int main(int argc, char *argv[]) "(c) 2012, Timothy Pearson"); aboutData.addAuthor("Timothy Pearson",0, "[email protected]"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); - KApplication app(false, false); + TDEApplication app(false, false); KStartupInfo::appStarted(); |