summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/mainwindow.h')
-rw-r--r--kdevdesigner/designer/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/mainwindow.h b/kdevdesigner/designer/mainwindow.h
index c38c7951..1b68c14d 100644
--- a/kdevdesigner/designer/mainwindow.h
+++ b/kdevdesigner/designer/mainwindow.h
@@ -80,7 +80,7 @@ class KDevDesignerPart;
class MainWindow : public TQMainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum LineMode { Error, Step, StackFrame };
@@ -491,7 +491,7 @@ friend class KDevDesignerPart;
class SenderObject : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
SenderObject( TQUnknownInterface *i ) : iface( i ) { iface->addRef(); }