summaryrefslogtreecommitdiffstats
path: root/examples/popup/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/popup/popup.h')
-rw-r--r--examples/popup/popup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/popup/popup.h b/examples/popup/popup.h
index 10e4b669c..d8a282363 100644
--- a/examples/popup/popup.h
+++ b/examples/popup/popup.h
@@ -19,7 +19,7 @@
class FancyPopup : public TQLabel
{
- Q_OBJECT
+ TQ_OBJECT
public:
FancyPopup( TQWidget* parent = 0, const char* name=0);
@@ -37,7 +37,7 @@ private:
class Frame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
Frame( TQWidget *parent=0, const char* name=0);