From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/krecconfigure.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'krec/krecconfigure.h') diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index 13416c44..00d1317e 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -15,8 +15,8 @@ #define KREC_CONFIGURE_H #include -#include -#include +#include +#include class QBoxLayout; class QRadioButton; @@ -30,7 +30,7 @@ class KPushButton; class KRecConfigGeneral : public KCModule { Q_OBJECT public: - KRecConfigGeneral( QWidget*, const char* =0, const QStringList& = QStringList() ); + KRecConfigGeneral( TQWidget*, const char* =0, const TQStringList& = TQStringList() ); ~KRecConfigGeneral(); void load(); @@ -40,22 +40,22 @@ private slots: void displaychanged( int ); void framebasechanged( int ); - void framebaseotherchanged( const QString& ); + void framebaseotherchanged( const TQString& ); void verboseDisplayChanged( bool ); void tipofdaychanged( bool ); void enableallmessagesclicked(); private: - QBoxLayout *_layout, *_layout_display; - QLabel *_display_title, *_other_title; - QButtonGroup *_displaybox, *_framebasebox; - QRadioButton *_display0, *_display1, *_display2, *_display3; - QRadioButton *_framebase30, *_framebase25, *_framebase75, *_framebaseother; - QHBox *_framebaseotherbox; - QLabel *_framebaseotherlabel; - QLineEdit *_framebaseotherline; + TQBoxLayout *_layout, *_layout_display; + TQLabel *_display_title, *_other_title; + TQButtonGroup *_displaybox, *_framebasebox; + TQRadioButton *_display0, *_display1, *_display2, *_display3; + TQRadioButton *_framebase30, *_framebase25, *_framebase75, *_framebaseother; + TQHBox *_framebaseotherbox; + TQLabel *_framebaseotherlabel; + TQLineEdit *_framebaseotherline; - QCheckBox *_tipofday, *_verboseDisplayMode; + TQCheckBox *_tipofday, *_verboseDisplayMode; KPushButton *_enableAllMessages; int _displaymode, _framebase; -- cgit v1.2.1