summaryrefslogtreecommitdiffstats
path: root/kalarm/sounddlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kalarm/sounddlg.h')
-rw-r--r--kalarm/sounddlg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kalarm/sounddlg.h b/kalarm/sounddlg.h
index 639a1c83..bcc8dd92 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; }