summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:13:21 -0600
commit973b82a5b271e07036dedbed227ff0592f0e18ad (patch)
treeaadc3a318fbae76efa514227adbe1e38b9a5d05f /kmousetool
parentd1366b97bcc67b2662d5c5058b46c7666a087d12 (diff)
downloadtdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.tar.gz
tdeaccessibility-973b82a5b271e07036dedbed227ff0592f0e18ad.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmousetool/kmousetool/main.cpp b/kmousetool/kmousetool/main.cpp
index c0fe636..b836bcc 100644
--- a/kmousetool/kmousetool/main.cpp
+++ b/kmousetool/kmousetool/main.cpp
@@ -41,8 +41,8 @@ static KCmdLineOptions options[] =
int main(int argc, char *argv[])
{
- KAboutData aboutData( "kmousetool", I18N_NOOP("KMouseTool"),
- KMOUSETOOL_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "kmousetool", I18N_NOOP("KMouseTool"),
+ KMOUSETOOL_VERSION, description, TDEAboutData::License_GPL,
"(c) 2002-2003, Jeff Roush\n(c) 2003, Gunnar Schmi Dt", 0, "http://www.mousetool.com", "gunnar@schmi-dt.de");
aboutData.addAuthor("Gunnar Schmi Dt", I18N_NOOP("Current maintainer"), "gunnar@schmi-dt.de", "http://www.schmi-dt.de");