diff options
Diffstat (limited to 'noatun/modules/winskin/waWidget.h')
-rw-r--r-- | noatun/modules/winskin/waWidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/noatun/modules/winskin/waWidget.h b/noatun/modules/winskin/waWidget.h index f2a41c82..076d0a5c 100644 --- a/noatun/modules/winskin/waWidget.h +++ b/noatun/modules/winskin/waWidget.h @@ -1,16 +1,16 @@ #ifndef _WAWIDGET_H #define _WAWIDGET_H -#include <qwidget.h> +#include <tqwidget.h> #include "waSkinModel.h" -class WaWidget : public QWidget { +class WaWidget : public TQWidget { Q_OBJECT public: WaWidget(int mapping); virtual ~WaWidget(); - QSize sizeHint(); + TQSize sizeHint(); void paintPixmap(int wa_mapping); void paintPixmap(int wa_mapping, int number); @@ -21,7 +21,7 @@ public: void paintBackground() { WaSkinModel::instance()->paintBackgroundTo(mapping, this, 0, 0); } protected: - void mousePressEvent(QMouseEvent *); + void mousePressEvent(TQMouseEvent *); int mapping; private slots: |