summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:07:37 -0600
commitb7aacaab229a91de36ed761481e0a93672764cfe (patch)
tree310173c2a50ca9c965c9d1d6e8332a56a0d95e6a /interfaces
parent3012b95e06562a3fc01c60e8c525a86d5f2d9366 (diff)
downloadtdelibs-b7aacaab229a91de36ed761481e0a93672764cfe.tar.gz
tdelibs-b7aacaab229a91de36ed761481e0a93672764cfe.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'interfaces')
-rw-r--r--interfaces/ktexteditor/document.h2
-rw-r--r--interfaces/ktexteditor/editor.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/interfaces/ktexteditor/document.h b/interfaces/ktexteditor/document.h
index da6a6dd77..90095b64b 100644
--- a/interfaces/ktexteditor/document.h
+++ b/interfaces/ktexteditor/document.h
@@ -33,7 +33,7 @@ class KTEXTEDITOR_EXPORT Document : public KTextEditor::Editor
friend class PrivateDocument;
Q_OBJECT
- TQ_OBJECT
+
public:
Document ( TQObject *parent = 0, const char *name = 0 );
diff --git a/interfaces/ktexteditor/editor.h b/interfaces/ktexteditor/editor.h
index 0a4f4c769..a9f542043 100644
--- a/interfaces/ktexteditor/editor.h
+++ b/interfaces/ktexteditor/editor.h
@@ -41,7 +41,7 @@ class KTEXTEDITOR_EXPORT Editor : public KParts::ReadWritePart
friend class PrivateEditor;
Q_OBJECT
- TQ_OBJECT
+
public:
/**