summaryrefslogtreecommitdiffstats
path: root/src/textview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textview.h')
-rw-r--r--src/textview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textview.h b/src/textview.h
index cfb3158..320ebb3 100644
--- a/src/textview.h
+++ b/src/textview.h
@@ -33,7 +33,7 @@ class VariableLabel;
*/
class TextView : public View
{
- Q_OBJECT
+ TQ_OBJECT
public:
TextView( TextDocument *textDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0 );
@@ -106,7 +106,7 @@ over (used in the debugger).
*/
class TextViewEventFilter : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
TextViewEventFilter( TextView * textView );