diff options
Diffstat (limited to 'noatun/library/cmodule.h')
-rw-r--r-- | noatun/library/cmodule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index 89aa37f0..9a592075 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -22,8 +22,9 @@ class KURLRequester; class General : public CModule { Q_OBJECT + TQ_OBJECT public: - General(TQObject *parent=0); + General(TQObject *tqparent=0); virtual void save(); private slots: |