From b7aacaab229a91de36ed761481e0a93672764cfe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:37 -0600 Subject: Remove spurious TQ_OBJECT instances --- interfaces/ktexteditor/document.h | 2 +- interfaces/ktexteditor/editor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interfaces/ktexteditor') 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: /** -- cgit v1.2.1