summaryrefslogtreecommitdiffstats
path: root/kmousetool
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-20 22:39:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-20 22:39:19 +0900
commite91a27dff0360a98759364751ac727a4741ed51b (patch)
tree1d73f4c6ee69454bf77425dad0d765e31075d19c /kmousetool
parent89e1a9e8915c65c5cbdc34497e6c3be75dcd1d23 (diff)
downloadtdeaccessibility-master.tar.gz
tdeaccessibility-master.zip
Remove use of TDE_VERSIONHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
-rw-r--r--kmousetool/kmousetool/kmousetool.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp
index 2710100..acac166 100644
--- a/kmousetool/kmousetool/kmousetool.cpp
+++ b/kmousetool/kmousetool/kmousetool.cpp
@@ -272,9 +272,7 @@ KMouseTool::KMouseTool(TQWidget *parent, const char *name) : KMouseToolUI(parent
connect(buttonHelp, TQ_SIGNAL(clicked()), this, TQ_SLOT(helpSelected()));
buttonClose->setGuiItem(KStdGuiItem::close());
connect(buttonClose, TQ_SIGNAL(clicked()), this, TQ_SLOT(closeSelected()));
-#if TDE_VERSION >= TDE_MAKE_VERSION (3,1,90)
buttonQuit->setGuiItem(KStdGuiItem::quit());
-#endif // KDE 3.2
connect(buttonQuit, TQ_SIGNAL(clicked()), this, TQ_SLOT(quitSelected()));
// When we first start, it's nice to not click immediately.