diff options
Diffstat (limited to 'kdbg/regwnd.h')
-rw-r--r-- | kdbg/regwnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/regwnd.h b/kdbg/regwnd.h index 71fd9b1..7178130 100644 --- a/kdbg/regwnd.h +++ b/kdbg/regwnd.h @@ -19,7 +19,7 @@ struct RegisterInfo; class RegisterView : public TQListView { - Q_OBJECT + TQ_OBJECT public: RegisterView(TQWidget* parent, const char *name = 0L); ~RegisterView(); |