From b1aba0a7b213682a0681e7939a06874589968645 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 15:59:02 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/gvcore/imageviewcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/imageviewcontroller.h') 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(); -- cgit v1.2.1