diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:54:30 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:54:30 -0600 |
commit | a534d91c7c4920edcd4436c19055e1fcd17d48a2 (patch) | |
tree | 75762bc370d076d81cddf559313d2f07fbfe492a /src/bookreader_client.cpp | |
parent | a6edf7391e906592c9321686c046197c74dbbdf9 (diff) | |
download | kbookreader-a534d91c7c4920edcd4436c19055e1fcd17d48a2.tar.gz kbookreader-a534d91c7c4920edcd4436c19055e1fcd17d48a2.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/bookreader_client.cpp')
-rw-r--r-- | src/bookreader_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |