From 2ee99ab520931c5efe91123c85ba10064a45e95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 25 Mar 2016 20:03:28 +0100 Subject: Initial TQt conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- deco/config/baghiraconfig.h.new | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'deco/config/baghiraconfig.h.new') diff --git a/deco/config/baghiraconfig.h.new b/deco/config/baghiraconfig.h.new index 0f75139..edffcc9 100644 --- a/deco/config/baghiraconfig.h.new +++ b/deco/config/baghiraconfig.h.new @@ -27,27 +27,27 @@ #ifndef BAGHIRACONFIG_H #define BAGHIRACONFIG_H -#include -#include -#include +#include +#include +#include #include "colorpicker.h" #include "aquariusbutton.h" class KConfig; -class QSettings; +class TQSettings; class ConfigDialog; -class QLabel; -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QPushButton; -class QComboBox; +class TQLabel; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQPushButton; +class TQComboBox; -class ButtonColors : public QDialog +class ButtonColors : public TQDialog { Q_OBJECT public: - ButtonColors(QWidget* parent, const char * name = 0); + ButtonColors(TQWidget* parent, const char * name = 0); ~ButtonColors(); ColorPicker *inactiveColor; ColorPicker *closeColor; @@ -72,10 +72,10 @@ public: AquariusButton *behindButton; AquariusButton *shadeButton; - QHBoxLayout *twoButts; - QPushButton *cancel; - QPushButton *ok; - QComboBox *presets_; + TQHBoxLayout *twoButts; + TQPushButton *cancel; + TQPushButton *ok; + TQComboBox *presets_; bool save; public slots: @@ -96,10 +96,10 @@ private: |------------|---| */ - QVBoxLayout *buttonLayout; - QVBoxLayout *pickerLayout; - QGridLayout *layout; - QLabel *indicator; + TQVBoxLayout *buttonLayout; + TQVBoxLayout *pickerLayout; + TQGridLayout *layout; + TQLabel *indicator; void setPicker(ColorPicker *picker); @@ -122,11 +122,11 @@ private slots: class CustomDecoSettings; -class BaghiraConfig : public QObject +class BaghiraConfig : public TQObject { Q_OBJECT public: - BaghiraConfig(KConfig* config, QWidget* parent); + BaghiraConfig(KConfig* config, TQWidget* parent); ~BaghiraConfig(); signals: @@ -138,10 +138,10 @@ public slots: void defaults(); private: -// QSettings *config_; +// TQSettings *config_; ConfigDialog *dialog_; ButtonColors *buttonDialog_; - typedef QValueList DecoList; + typedef TQValueList DecoList; DecoList decoList; }; -- cgit v1.2.1