diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentInfo.h')
-rw-r--r-- | lib/kofficecore/KoDocumentInfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoDocumentInfo.h b/lib/kofficecore/KoDocumentInfo.h index 454763ac..4ecd2cef 100644 --- a/lib/kofficecore/KoDocumentInfo.h +++ b/lib/kofficecore/KoDocumentInfo.h @@ -39,7 +39,7 @@ class KoXmlWriter; class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfo( TQObject* parent = 0, const char* name = 0 ); virtual ~KoDocumentInfo(); @@ -78,7 +78,7 @@ public: class KOFFICECORE_EXPORT KoDocumentInfoAuthor : public KoDocumentInfoPage { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoAuthor( KoDocumentInfo* info ); ~KoDocumentInfoAuthor(); @@ -137,7 +137,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoAbout : public KoDocumentInfoPage { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoAbout( KoDocumentInfo* info ); @@ -181,7 +181,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoUserMetadata : public KoDocumentInfoPage { Q_OBJECT - TQ_OBJECT + public: KoDocumentInfoUserMetadata( KoDocumentInfo* info ); |