summaryrefslogtreecommitdiffstats
path: root/khexedit/parts
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:09:11 -0600
commit75b5de5bf835988d57b781f8408d428646beef59 (patch)
treee6dc072023e519055eabaaf62afc05839509d9bc /khexedit/parts
parent970d979d767e1cc00901385c487ab94259193ada (diff)
downloadtdeutils-75b5de5bf835988d57b781f8408d428646beef59.tar.gz
tdeutils-75b5de5bf835988d57b781f8408d428646beef59.zip
Remove spurious TQ_OBJECT instances
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();