diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:50:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:50:07 -0600 |
commit | 2aee6764c3b63d695746bab19a8a63e4a453e1eb (patch) | |
tree | d9d6f0da1c717d2e2f9638bb105648784784e165 /src/abakus.cpp | |
parent | 8f71de6522d0367bf6b3feab7754618326ac7735 (diff) | |
download | abakus-2aee6764c3b63d695746bab19a8a63e4a453e1eb.tar.gz abakus-2aee6764c3b63d695746bab19a8a63e4a453e1eb.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/abakus.cpp')
-rw-r--r-- | src/abakus.cpp | 4 |
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/", |