summaryrefslogtreecommitdiffstats
path: root/examples/showimg/imagetexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/showimg/imagetexteditor.h')
-rw-r--r--examples/showimg/imagetexteditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/showimg/imagetexteditor.h b/examples/showimg/imagetexteditor.h
index 6af9e6eb..21664d27 100644
--- a/examples/showimg/imagetexteditor.h
+++ b/examples/showimg/imagetexteditor.h
@@ -20,7 +20,7 @@ class TQMultiLineEdit;
class ImageTextEditor : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
ImageTextEditor( TQImage& i, TQWidget *parent=0, const char *name=0, WFlags f=0 );
~ImageTextEditor();