diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-20 22:39:19 +0900 |
| commit | e91a27dff0360a98759364751ac727a4741ed51b (patch) | |
| tree | 1d73f4c6ee69454bf77425dad0d765e31075d19c /kmousetool | |
| parent | 89e1a9e8915c65c5cbdc34497e6c3be75dcd1d23 (diff) | |
| download | tdeaccessibility-master.tar.gz tdeaccessibility-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmousetool')
| -rw-r--r-- | kmousetool/kmousetool/kmousetool.cpp | 2 |
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. |
