summaryrefslogtreecommitdiffstats
path: root/konversation/src/quickbutton.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:44:48 +0000
commitd2aa614e147d5a01987d51c53de181cd95242f4f (patch)
tree1b4193e5159fa46ddab571a44e531691d1332628 /konversation/src/quickbutton.h
parent9154a0f8aec085fd6fd1a4228d239c897223064c (diff)
downloadkonversation-d2aa614e147d5a01987d51c53de181cd95242f4f.tar.gz
konversation-d2aa614e147d5a01987d51c53de181cd95242f4f.zip
TQt4 port Konversation
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238519 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konversation/src/quickbutton.h')
-rw-r--r--konversation/src/quickbutton.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/konversation/src/quickbutton.h b/konversation/src/quickbutton.h
index 7b1373b..e8a7b3d 100644
--- a/konversation/src/quickbutton.h
+++ b/konversation/src/quickbutton.h
@@ -11,18 +11,19 @@
email: eisfuchs@tigress.com
*/
-#ifndef QUICKBUTTON_H
-#define QUICKBUTTON_H
+#ifndef TQUICKBUTTON_H
+#define TQUICKBUTTON_H
#include <tqpushbutton.h>
-class QuickButton : public QPushButton
+class QuickButton : public TQPushButton
{
Q_OBJECT
+ TQ_OBJECT
public:
- QuickButton(const TQString &label,const TQString &newDefinition,TQWidget* parent);
+ QuickButton(const TQString &label,const TQString &newDefinition,TQWidget* tqparent);
~QuickButton();
void setDefinition(const TQString &newDefinition);