From a534d91c7c4920edcd4436c19055e1fcd17d48a2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:54:30 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/bookreader_client.cpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bookreader_client.cpp b/src/bookreader_client.cpp index d9cc8d7..2fd43b7 100644 --- a/src/bookreader_client.cpp +++ b/src/bookreader_client.cpp @@ -26,7 +26,7 @@ int main(int argc, char **argv) { - KApplication app(argc, argv, "bookreader_client", false); + TDEApplication app(argc, argv, "bookreader_client", false); // get our DCOP client and attach so that we may use it DCOPClient *client = app.dcopClient(); diff --git a/src/main.cpp b/src/main.cpp index e0c0a92..1341b27 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,7 +41,7 @@ int main(int argc, char **argv) about.addAuthor("Alexander Nemish", 0, "atlanter@gmail.com"); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; // register ourselves as a dcop client app.dcopClient()->registerAs(app.name(), false); -- cgit v1.2.1