diff options
Diffstat (limited to 'src/kmplayer_koffice_part.h')
-rw-r--r-- | src/kmplayer_koffice_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayer_koffice_part.h b/src/kmplayer_koffice_part.h index 639f8ea..0c02984 100644 --- a/src/kmplayer_koffice_part.h +++ b/src/kmplayer_koffice_part.h @@ -49,7 +49,7 @@ class KOfficeMPlayer; class KOfficeMPlayerView : public KoView { Q_OBJECT - TQ_OBJECT + public: KOfficeMPlayerView (KOfficeMPlayer* part, TQWidget* parent, const char* name = 0 ); ~KOfficeMPlayerView (); @@ -61,7 +61,7 @@ private: class KOfficeMPlayer : public KoDocument { Q_OBJECT - TQ_OBJECT + public: KOfficeMPlayer (TQWidget *parentWidget = 0, const char *widgetName = 0, TQObject* parent = 0, const char* name = 0, bool singleViewMode = false); ~KOfficeMPlayer (); |