diff options
Diffstat (limited to 'kcoloredit/imageselection.h')
-rw-r--r-- | kcoloredit/imageselection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcoloredit/imageselection.h b/kcoloredit/imageselection.h index 3137fec7..dd6a9364 100644 --- a/kcoloredit/imageselection.h +++ b/kcoloredit/imageselection.h @@ -18,19 +18,19 @@ #ifndef IMAGESELECTION_H #define IMAGESELECTION_H -#include <qwidget.h> +#include <tqwidget.h> #include "color.h" /** This is a widget for selecting colors from an image * @author Artur Rataj */ -class ImageSelection : public QWidget { +class ImageSelection : public TQWidget { Q_OBJECT public: /** constructs the widget */ - ImageSelection(QWidget *parent=0, const char *name=0); + ImageSelection(TQWidget *parent=0, const char *name=0); ~ImageSelection(); signals: |