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/url/libkviurl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/url') diff --git a/src/modules/url/libkviurl.h b/src/modules/url/libkviurl.h index 79d8d2a1..83f19680 100644 --- a/src/modules/url/libkviurl.h +++ b/src/modules/url/libkviurl.h @@ -62,7 +62,7 @@ typedef struct _KviUrl class UrlDialog : public KviWindow { Q_OBJECT - TQ_OBJECT + public: UrlDialog(KviPointerList *g_pList); ~UrlDialog(); @@ -94,7 +94,7 @@ protected slots: class BanFrame : public TQFrame { Q_OBJECT - TQ_OBJECT + public: BanFrame(TQWidget *parent=0, const char *name=0, bool banEnable = false); ~BanFrame(); @@ -115,7 +115,7 @@ protected slots: class ConfigDialog : public TQDialog { Q_OBJECT - TQ_OBJECT + public: ConfigDialog(); ~ConfigDialog(); @@ -133,7 +133,7 @@ protected slots: class KviUrlAction : public KviKvsAction { Q_OBJECT - TQ_OBJECT + public: KviUrlAction(TQObject * pParent); ~KviUrlAction(); -- cgit v1.2.1