diff options
Diffstat (limited to 'chalk/ui/imageviewer.h')
-rw-r--r-- | chalk/ui/imageviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/imageviewer.h b/chalk/ui/imageviewer.h index b2fc86db..c44edaad 100644 --- a/chalk/ui/imageviewer.h +++ b/chalk/ui/imageviewer.h @@ -31,7 +31,7 @@ class TQLabel; * don't have to filter everything, but just the the new bits. */ class ImageViewer : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: |