diff options
Diffstat (limited to 'khexedit/parts/kpart')
-rw-r--r-- | khexedit/parts/kpart/khebrowserextension.h | 2 | ||||
-rw-r--r-- | khexedit/parts/kpart/khepart.h | 2 | ||||
-rw-r--r-- | khexedit/parts/kpart/khepartfactory.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/khexedit/parts/kpart/khebrowserextension.h b/khexedit/parts/kpart/khebrowserextension.h index f962b0b..3115b8e 100644 --- a/khexedit/parts/kpart/khebrowserextension.h +++ b/khexedit/parts/kpart/khebrowserextension.h @@ -34,7 +34,7 @@ class KHexEditPart; class KHexEditBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + public: KHexEditBrowserExtension( KHexEditPart *P ); diff --git a/khexedit/parts/kpart/khepart.h b/khexedit/parts/kpart/khepart.h index 4c3fcd9..0ce0391 100644 --- a/khexedit/parts/kpart/khepart.h +++ b/khexedit/parts/kpart/khepart.h @@ -45,7 +45,7 @@ class KHexEdit; class KHexEditPart : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + friend class KHexEditBrowserExtension; diff --git a/khexedit/parts/kpart/khepartfactory.h b/khexedit/parts/kpart/khepartfactory.h index 15f821c..0883caa 100644 --- a/khexedit/parts/kpart/khepartfactory.h +++ b/khexedit/parts/kpart/khepartfactory.h @@ -27,7 +27,7 @@ class KAboutData; class KHexEditPartFactory : public KParts::Factory { Q_OBJECT - TQ_OBJECT + public: KHexEditPartFactory(); |