summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:30 -0600
commita534d91c7c4920edcd4436c19055e1fcd17d48a2 (patch)
tree75762bc370d076d81cddf559313d2f07fbfe492a /src/main.cpp
parenta6edf7391e906592c9321686c046197c74dbbdf9 (diff)
downloadkbookreader-a534d91c7c4920edcd4436c19055e1fcd17d48a2.tar.gz
kbookreader-a534d91c7c4920edcd4436c19055e1fcd17d48a2.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);