summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:52:09 -0600
commit087d265742ccf0676592ce131c99d3a52d6d86f2 (patch)
treeb610c95e0956e161b3716d0ff4800fae01e40e67
parent4026e523f60ed74d1c8db4e2160c620cf22ce763 (diff)
downloadkbookreader-087d2657.tar.gz
kbookreader-087d2657.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1341b27..511a66b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -35,8 +35,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("bookreader", I18N_NOOP("BooKreader"), version, description,
- KAboutData::License_GPL,
+ TDEAboutData about("bookreader", I18N_NOOP("BooKreader"), version, description,
+ TDEAboutData::License_GPL,
"(C) 2005-2007 Alexander Nemish", 0, 0, "atlanter@gmail.com");
about.addAuthor("Alexander Nemish", 0, "atlanter@gmail.com");
TDECmdLineArgs::init(argc, argv, &about);