diff options
Diffstat (limited to 'kdeui/kpushbutton.h')
-rw-r--r-- | kdeui/kpushbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kpushbutton.h b/kdeui/kpushbutton.h index 0b60d1b4c..7cf2b20e1 100644 --- a/kdeui/kpushbutton.h +++ b/kdeui/kpushbutton.h @@ -25,7 +25,7 @@ #include <kguiitem.h> #include <kstdguiitem.h> -class QDragObject; +class TQDragObject; /** * This is nothing but a TQPushButton with drag-support and KGuiItem support. You have to call * setDragEnabled( true ) and override the virtual method |