summaryrefslogtreecommitdiffstats
path: root/krec/krecconfigure.h
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecconfigure.h')
-rw-r--r--krec/krecconfigure.h26
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;