diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:43:15 +0000 |
commit | e654398e46e37abf457b2b1122ab898d2c51c49f (patch) | |
tree | d39ee6440f3c3663c3ead84a2d4cc2d034667e96 /krec/krecconfigure.h | |
parent | e4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff) | |
download | tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krec/krecconfigure.h')
-rw-r--r-- | krec/krecconfigure.h | 26 |
1 files changed, 13 insertions, 13 deletions
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 <kcmodule.h> -#include <qstringlist.h> -#include <qstring.h> +#include <tqstringlist.h> +#include <tqstring.h> 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; |