From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kcoloredit/imageselection.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcoloredit/imageselection.h') 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 +#include #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: -- cgit v1.2.3