summaryrefslogtreecommitdiffstats
path: root/kcontrol/bell/bell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/bell/bell.h')
-rw-r--r--kcontrol/bell/bell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/bell/bell.h b/kcontrol/bell/bell.h
index ceaf875df..dc17def93 100644
--- a/kcontrol/bell/bell.h
+++ b/kcontrol/bell/bell.h
@@ -32,7 +32,7 @@ class KBellConfig : public KCModule
Q_OBJECT
public:
- KBellConfig(QWidget *parent, const char *name);
+ KBellConfig(TQWidget *parent, const char *name);
void load();
void load( bool useDefaults );
@@ -44,11 +44,11 @@ class KBellConfig : public KCModule
void useBell( bool );
private:
- QPushButton *m_testButton;
+ TQPushButton *m_testButton;
KIntNumInput *m_volume;
KIntNumInput *m_pitch;
KIntNumInput *m_duration;
- QCheckBox *m_useBell;
+ TQCheckBox *m_useBell;
};
#endif