From d479daee57f586dcd10d91270e0d1a8ebe41a494 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:51:46 -0600 Subject: Rename KDE_VERSION to TDE_VERSION --- kmousetool/kmousetool/kmousetool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmousetool') diff --git a/kmousetool/kmousetool/kmousetool.cpp b/kmousetool/kmousetool/kmousetool.cpp index e7744af..3df4b68 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 KDE_VERSION >= KDE_MAKE_VERSION (3,1,90) +#if TDE_VERSION >= KDE_MAKE_VERSION (3,1,90) buttonQuit->setGuiItem(KStdGuiItem::quit()); #endif // KDE 3.2 connect(buttonQuit, TQT_SIGNAL(clicked()), this, TQT_SLOT(quitSelected())); -- cgit v1.2.1