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/texteditselection.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kcoloredit/texteditselection.h') diff --git a/kcoloredit/texteditselection.h b/kcoloredit/texteditselection.h index c2166098..e140a5dc 100644 --- a/kcoloredit/texteditselection.h +++ b/kcoloredit/texteditselection.h @@ -18,9 +18,9 @@ #ifndef TEXTEDITSELECTION_H #define TEXTEDITSELECTION_H -#include -#include -#include +#include +#include +#include #include "color.h" @@ -28,12 +28,12 @@ * can be set. * @author Artur Rataj */ -class TextEditSelection : public QWidget { +class TextEditSelection : public TQWidget { Q_OBJECT public: /** Constructs the widget */ - TextEditSelection(QWidget *parent=0, const char *name=0); + TextEditSelection(TQWidget *parent=0, const char *name=0); ~TextEditSelection(); signals: @@ -46,8 +46,8 @@ public slots: protected: /** Adds a component line edit */ - void addComponent(const int index, QLineEdit* lineEdit, const int maxValue, const QString& labelString, - const int row, const int column, QGridLayout* layout); + void addComponent(const int index, TQLineEdit* lineEdit, const int maxValue, const TQString& labelString, + const int row, const int column, TQGridLayout* layout); /** sets RGB string in rgbStringLineEdit */ void setRgbString(const int red, const int green, const int blue); @@ -77,9 +77,9 @@ protected: COMPONENTS_NUM = 6 }; /** Line edit widgets table */ - QLineEdit* lineEditTable[COMPONENTS_NUM]; + TQLineEdit* lineEditTable[COMPONENTS_NUM]; /** RGB hex string line edit widgets table */ - QLineEdit* rgbStringLineEdit; + TQLineEdit* rgbStringLineEdit; /** The selected color */ Color color; /** A flag that components are matched */ -- cgit v1.2.1