summaryrefslogtreecommitdiffstats
path: root/kdeui/kpushbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kpushbutton.h')
-rw-r--r--kdeui/kpushbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kpushbutton.h b/kdeui/kpushbutton.h
index 7cf2b20e1..b0664c807 100644
--- a/kdeui/kpushbutton.h
+++ b/kdeui/kpushbutton.h
@@ -34,7 +34,7 @@ class TQDragObject;
* @short A TQPushButton with drag-support and KGuiItem support
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
-class KDEUI_EXPORT KPushButton : public QPushButton
+class KDEUI_EXPORT KPushButton : public TQPushButton
{
Q_OBJECT
Q_PROPERTY(int stdItem READ guiItm WRITE setGuiItm )