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/gradientselection.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kcoloredit/gradientselection.h') diff --git a/kcoloredit/gradientselection.h b/kcoloredit/gradientselection.h index 24a3c5e1..0197f706 100644 --- a/kcoloredit/gradientselection.h +++ b/kcoloredit/gradientselection.h @@ -18,10 +18,10 @@ #ifndef GRADIENTSELECTION_H #define GRADIENTSELECTION_H -#include -#include -#include -#include +#include +#include +#include +#include #include "kxycolorselector.h" #include "kzcolorselector.h" @@ -30,12 +30,12 @@ /** A widget for selecting colors from gradients * @author Artur Rataj */ -class GradientSelection : public QWidget { +class GradientSelection : public TQWidget { Q_OBJECT public: /** Constructs the widget */ - GradientSelection(QWidget *parent=0, const char *name=0); + GradientSelection(TQWidget *parent=0, const char *name=0); ~GradientSelection(); /** Enables or disables the color synchronize button */ void enableSynchronizeColorButton(bool enable); @@ -62,11 +62,11 @@ protected: V_COMPONENT = KXYColorSelector::TYPE_HS }; /** Variable global component checkbox */ - QCheckBox* variableCheckBox; + TQCheckBox* variableCheckBox; /** Synchronize color button */ - QPushButton* synchronizeColorButton; + TQPushButton* synchronizeColorButton; /** HSV buttons button group widget */ - QButtonGroup hsvButtons; + TQButtonGroup hsvButtons; /** The two components selector */ KXYColorSelector* xyColorSelector; /** The gradient selector */ -- cgit v1.2.3