diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:23:46 +0000 |
commit | eba47f8f0637f451e21348187591e1f1fd58ac74 (patch) | |
tree | 448f10b95c656604acc331a3236c1e59bde5c1ad /kcoloredit/gradientselection.h | |
parent | c7e8736c69373f48b0401319757c742e8607431a (diff) | |
download | tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.tar.gz tdegraphics-eba47f8f0637f451e21348187591e1f1fd58ac74.zip |
TQt conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcoloredit/gradientselection.h')
-rw-r--r-- | kcoloredit/gradientselection.h | 18 |
1 files changed, 9 insertions, 9 deletions
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 <qwidget.h> -#include <qcheckbox.h> -#include <qpushbutton.h> -#include <qbuttongroup.h> +#include <tqwidget.h> +#include <tqcheckbox.h> +#include <tqpushbutton.h> +#include <tqbuttongroup.h> #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 */ |