summaryrefslogtreecommitdiffstats
path: root/examples/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'examples/addressbook')
-rw-r--r--examples/addressbook/centralwidget.h2
-rw-r--r--examples/addressbook/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h
index cf190d478..7f2018c66 100644
--- a/examples/addressbook/centralwidget.h
+++ b/examples/addressbook/centralwidget.h
@@ -23,7 +23,7 @@ class TQCheckBox;
class ABCentralWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ABCentralWidget( TQWidget *parent, const char *name = 0 );
diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h
index e3a453eae..631d82a71 100644
--- a/examples/addressbook/mainwindow.h
+++ b/examples/addressbook/mainwindow.h
@@ -19,7 +19,7 @@ class ABCentralWidget;
class ABMainWindow: public TQMainWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
ABMainWindow();