summaryrefslogtreecommitdiffstats
path: root/kdbg/exprwnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdbg/exprwnd.h')
-rw-r--r--kdbg/exprwnd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdbg/exprwnd.h b/kdbg/exprwnd.h
index 74cd7e3..882e2cc 100644
--- a/kdbg/exprwnd.h
+++ b/kdbg/exprwnd.h
@@ -94,7 +94,7 @@ struct ExprValue
class ValueEdit : public TQLineEdit
{
- Q_OBJECT
+ TQ_OBJECT
public:
ValueEdit(ExprWnd* parent);
~ValueEdit();
@@ -115,7 +115,7 @@ signals:
class ExprWnd : public TQListView
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExprWnd(TQWidget* parent, const TQString& colHeader, const char* name);
~ExprWnd();