summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:20:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-26 20:20:41 -0600
commit583747fb4f4bbf459a09626fc8b99f4849359660 (patch)
treee3e46fbf8a2c01688c4efcb28cbba80beab8df08 /kmousetool
parentc7ce89fcae12a35ac8bfa9b908854c50ca0ceee2 (diff)
downloadtdeaccessibility-583747fb4f4bbf459a09626fc8b99f4849359660.tar.gz
tdeaccessibility-583747fb4f4bbf459a09626fc8b99f4849359660.zip
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/kmousetool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp
index 3df4b68..d0f394a 100644
--- a/kmousetool/kmousetool/kmousetool.cpp
+++ b/kmousetool/kmousetool/kmousetool.cpp
@@ -273,7 +273,7 @@ KMouseTool::KMouseTool(TQWidget *parent, const char *name) : KMouseToolUI(parent
connect(buttonHelp, TQT_SIGNAL(clicked()), this, TQT_SLOT(helpSelected()));
buttonClose->setGuiItem(KStdGuiItem::close());
connect(buttonClose, TQT_SIGNAL(clicked()), this, TQT_SLOT(closeSelected()));
-#if TDE_VERSION >= KDE_MAKE_VERSION (3,1,90)
+#if TDE_VERSION >= TDE_MAKE_VERSION (3,1,90)
buttonQuit->setGuiItem(KStdGuiItem::quit());
#endif // KDE 3.2
connect(buttonQuit, TQT_SIGNAL(clicked()), this, TQT_SLOT(quitSelected()));