summaryrefslogtreecommitdiffstats
path: root/src/modules/url
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:01:21 -0600
commitf988857fcf5b44899af08ef475d9a29c675b3731 (patch)
treec76fa817f819646aef3eb38bd371dbdad83f3241 /src/modules/url
parentf3c8306949b2c5cece09d920309f23facf6d7022 (diff)
downloadkvirc-f988857fcf5b44899af08ef475d9a29c675b3731.tar.gz
kvirc-f988857fcf5b44899af08ef475d9a29c675b3731.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/modules/url')
-rw-r--r--src/modules/url/libkviurl.h8
1 files changed, 4 insertions, 4 deletions
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<KviUrl> *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();