diff options
Diffstat (limited to 'src/gvcore/imageviewcontroller.h')
-rw-r--r-- | src/gvcore/imageviewcontroller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/imageviewcontroller.h b/src/gvcore/imageviewcontroller.h index bb4d0ee..c599590 100644 --- a/src/gvcore/imageviewcontroller.h +++ b/src/gvcore/imageviewcontroller.h @@ -44,7 +44,7 @@ class ImageView; class LIBGWENVIEW_EXPORT ImageViewController : public TQObject { Q_OBJECT - TQ_OBJECT + public: ImageViewController(TQWidget* parent, Document*, KActionCollection*); ~ImageViewController(); |