From f988857fcf5b44899af08ef475d9a29c675b3731 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:01:21 -0600 Subject: Remove spurious TQ_OBJECT instances --- src/modules/notifier/notifierwindowtabs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/notifier/notifierwindowtabs.h') diff --git a/src/modules/notifier/notifierwindowtabs.h b/src/modules/notifier/notifierwindowtabs.h index 42501dab..94a13539 100644 --- a/src/modules/notifier/notifierwindowtabs.h +++ b/src/modules/notifier/notifierwindowtabs.h @@ -50,7 +50,7 @@ typedef struct wndTabPair_s { class KviNotifierWindowTab : public TQObject // this class defines an object for every single tab about the tabs area { Q_OBJECT - TQ_OBJECT + public: KviNotifierWindowTab(KviWindow *, TQString); ~KviNotifierWindowTab(); -- cgit v1.2.1