summaryrefslogtreecommitdiffstats
path: root/khexedit/parts
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/parts')
-rw-r--r--khexedit/parts/kbytesedit/kbyteseditwidget.h2
-rw-r--r--khexedit/parts/kpart/khebrowserextension.h2
-rw-r--r--khexedit/parts/kpart/khepart.h2
-rw-r--r--khexedit/parts/kpart/khepartfactory.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/khexedit/parts/kbytesedit/kbyteseditwidget.h b/khexedit/parts/kbytesedit/kbyteseditwidget.h
index 42ae126..99bc684 100644
--- a/khexedit/parts/kbytesedit/kbyteseditwidget.h
+++ b/khexedit/parts/kbytesedit/kbyteseditwidget.h
@@ -43,7 +43,7 @@ class KBytesEditWidget : public TQWidget, public KHE::BytesEditInterface,
public KHE::ZoomInterface, public KHE::ClipboardInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** constructor API as demanded by KGenericFactory */
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();