summaryrefslogtreecommitdiffstats
path: root/interfaces
diff options
context:
space:
mode:
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:
/**