From 5106f93512659db1a236db49febc5ed1a45e3384 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:10 -0600 Subject: Remove spurious TQ_OBJECT instances --- kmahjongg/Preview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmahjongg/Preview.h') diff --git a/kmahjongg/Preview.h b/kmahjongg/Preview.h index f77aaf09..2ad02205 100644 --- a/kmahjongg/Preview.h +++ b/kmahjongg/Preview.h @@ -15,7 +15,7 @@ class TQPixmap; class FrameImage: public TQFrame { Q_OBJECT - TQ_OBJECT + public: FrameImage(TQWidget *parent=NULL, const char *name = NULL); ~FrameImage(); @@ -44,7 +44,7 @@ private: class Preview: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: enum PreviewType {background, tileset, board, theme}; -- cgit v1.2.1