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 0523750..fd35ea1 100644
--- a/src/textview.h
+++ b/src/textview.h
@@ -31,7 +31,7 @@ class VariableLabel;
class TextView : public View
{
Q_OBJECT
- TQ_OBJECT
+
public:
TextView( TextDocument *textDocument, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0 );
~TextView();
@@ -104,7 +104,7 @@ over (used in the debugger).
class TextViewEventFilter : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
TextViewEventFilter( TextView * textView );