diff options
Diffstat (limited to 'kalarm/sounddlg.h')
-rw-r--r-- | kalarm/sounddlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kalarm/sounddlg.h b/kalarm/sounddlg.h index 639a1c83f..bcc8dd92d 100644 --- a/kalarm/sounddlg.h +++ b/kalarm/sounddlg.h @@ -39,9 +39,10 @@ class Slider; class SoundDlg : public KDialogBase { Q_OBJECT + TQ_OBJECT public: SoundDlg(const TQString& file, float volume, float fadeVolume, int fadeSeconds, bool repeat, - const TQString& caption, TQWidget* parent, const char* name = 0); + const TQString& caption, TQWidget* tqparent, const char* name = 0); ~SoundDlg(); void setReadOnly(bool); bool isReadOnly() const { return mReadOnly; } |