diff options
Diffstat (limited to 'examples/demo/textdrawing')
-rw-r--r-- | examples/demo/textdrawing/helpwindow.h | 2 | ||||
-rw-r--r-- | examples/demo/textdrawing/textedit.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h index c9d9a336a..af73b4752 100644 --- a/examples/demo/textdrawing/helpwindow.h +++ b/examples/demo/textdrawing/helpwindow.h @@ -21,7 +21,7 @@ class TQPopupMenu; class HelpWindow : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: HelpWindow( const TQString& home_, const TQString& path, TQWidget* parent = 0, const char *name=0 ); ~HelpWindow(); diff --git a/examples/demo/textdrawing/textedit.h b/examples/demo/textdrawing/textedit.h index 9627c69a3..43aea5cd7 100644 --- a/examples/demo/textdrawing/textedit.h +++ b/examples/demo/textdrawing/textedit.h @@ -20,7 +20,7 @@ class TQTextEdit; class TextEdit : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: TextEdit( TQWidget *parent = 0, const char *name = 0 ); |