From a18e0031e4acc2c8f93bd732b76d24d478b917d7 Mon Sep 17 00:00:00 2001 From: mlaurent Date: Tue, 18 Jul 2006 09:29:40 +0000 Subject: [PATCH] kde4.0 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeaccessibility@563706 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmousetool/kmousetool/kmousetool.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp index cd8b56f9..e3802c83 100644 --- a/kmousetool/kmousetool/kmousetool.cpp +++ b/kmousetool/kmousetool/kmousetool.cpp @@ -282,9 +282,7 @@ KMouseTool::KMouseTool(QWidget *parent, const char *name) : connect(buttonHelp, SIGNAL(clicked()), this, SLOT(helpSelected())); buttonClose->setGuiItem(KStdGuiItem::close()); connect(buttonClose, SIGNAL(clicked()), this, SLOT(closeSelected())); -#if KDE_VERSION >= KDE_MAKE_VERSION (3,1,90) buttonQuit->setGuiItem(KStdGuiItem::quit()); -#endif // KDE 3.2 connect(buttonQuit, SIGNAL(clicked()), this, SLOT(quitSelected())); // When we first start, it's nice to not click immediately. -- 2.11.4.GIT