diff options
Diffstat (limited to 'src/pref.h')
-rw-r--r-- | src/pref.h | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -68,7 +68,7 @@ class FontSetting; class KMPLAYER_NO_EXPORT Preferences : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: Preferences(PartBase *, Settings *); @@ -101,7 +101,7 @@ public slots: class KMPLAYER_NO_EXPORT PrefGeneralPageGeneral : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefGeneralPageGeneral(TQWidget *parent, Settings *); ~PrefGeneralPageGeneral() {} @@ -124,7 +124,7 @@ public: class KMPLAYER_NO_EXPORT PrefGeneralPageLooks : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefGeneralPageLooks (TQWidget *parent, Settings *); ~PrefGeneralPageLooks () {} @@ -145,7 +145,7 @@ private: class KMPLAYER_NO_EXPORT PrefSourcePageURL : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefSourcePageURL (TQWidget *parent); ~PrefSourcePageURL () {} @@ -169,7 +169,7 @@ private slots: class KMPLAYER_NO_EXPORT PrefRecordPage : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefRecordPage (TQWidget *parent, PartBase *, RecorderPage *, int len); ~PrefRecordPage () {} @@ -198,7 +198,7 @@ private: class KMPLAYER_NO_EXPORT RecorderPage : public TQFrame { Q_OBJECT - TQ_OBJECT + public: RecorderPage (TQWidget *parent, PartBase *); virtual ~RecorderPage () {}; @@ -213,7 +213,7 @@ protected: class KMPLAYER_NO_EXPORT PrefMEncoderPage : public RecorderPage { Q_OBJECT - TQ_OBJECT + public: PrefMEncoderPage (TQWidget *parent, PartBase *); ~PrefMEncoderPage () {} @@ -252,7 +252,7 @@ public: class KMPLAYER_NO_EXPORT PrefFFMpegPage : public RecorderPage { Q_OBJECT - TQ_OBJECT + public: PrefFFMpegPage (TQWidget *parent, PartBase *); ~PrefFFMpegPage () {} @@ -270,7 +270,7 @@ private: class KMPLAYER_NO_EXPORT PrefGeneralPageOutput : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefGeneralPageOutput (TQWidget *parent, OutputDriver * ad, OutputDriver * vd); ~PrefGeneralPageOutput() {} @@ -282,7 +282,7 @@ public: class KMPLAYER_NO_EXPORT PrefOPPageGeneral : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefOPPageGeneral(TQWidget *parent = 0); ~PrefOPPageGeneral() {} @@ -291,7 +291,7 @@ public: class KMPLAYER_NO_EXPORT PrefOPPagePostProc : public TQFrame { Q_OBJECT - TQ_OBJECT + public: PrefOPPagePostProc(TQWidget *parent = 0); ~PrefOPPagePostProc() {} |