diff options
Diffstat (limited to 'noatun-plugins/nexscope/regionwidget.h')
-rw-r--r-- | noatun-plugins/nexscope/regionwidget.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/noatun-plugins/nexscope/regionwidget.h b/noatun-plugins/nexscope/regionwidget.h index 38c919a..ee975ee 100644 --- a/noatun-plugins/nexscope/regionwidget.h +++ b/noatun-plugins/nexscope/regionwidget.h @@ -9,15 +9,16 @@ * text boxes allow the region to be resized and moved, along with * click-n-drag **/ -class RegionWidget : public QFrame +class RegionWidget : public TQFrame { Q_OBJECT + TQ_OBJECT public: - RegionWidget(TQWidget *parent); - RegionWidget(const TQSize &viewsize, TQWidget *parent); + RegionWidget(TQWidget *tqparent); + RegionWidget(const TQSize &viewsize, TQWidget *tqparent); RegionWidget(int x, int y, int w, int h, const TQSize &viewsize, - TQWidget *parent); - RegionWidget(const TQRect ®ion, const TQSize &viewsize, TQWidget *parent); + TQWidget *tqparent); + RegionWidget(const TQRect ®ion, const TQSize &viewsize, TQWidget *tqparent); ~RegionWidget(); |