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