summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:07 -0600
commit2aee6764c3b63d695746bab19a8a63e4a453e1eb (patch)
treed9d6f0da1c717d2e2f9638bb105648784784e165
parent8f71de6522d0367bf6b3feab7754618326ac7735 (diff)
downloadabakus-2aee6764.tar.gz
abakus-2aee6764.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r--src/abakus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abakus.cpp b/src/abakus.cpp
index 484cf0d..8c4e8e8 100644
--- a/src/abakus.cpp
+++ b/src/abakus.cpp
@@ -33,8 +33,8 @@ const char *const version = "0.91";
int main(int argc, char **argv)
{
- KAboutData *about = new KAboutData("abakus", I18N_NOOP("abakus"), version,
- I18N_NOOP("A simple keyboard-driven calculator"), KAboutData::License_GPL,
+ TDEAboutData *about = new TDEAboutData("abakus", I18N_NOOP("abakus"), version,
+ I18N_NOOP("A simple keyboard-driven calculator"), TDEAboutData::License_GPL,
"(c) 2004, 2005 Michael Pyne", 0 /* text */, "http://grammarian.homelinux.net/abakus/",
"michael.pyne@kdemail.net");