summaryrefslogtreecommitdiffstats
path: root/src/modules/url
diff options
context:
space:
mode:
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 83f19680..531a4671 100644
--- a/src/modules/url/libkviurl.h
+++ b/src/modules/url/libkviurl.h
@@ -61,7 +61,7 @@ typedef struct _KviUrl
class UrlDialog : public KviWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
UrlDialog(KviPointerList<KviUrl> *g_pList);
@@ -93,7 +93,7 @@ protected slots:
class BanFrame : public TQFrame
{
- Q_OBJECT
+ TQ_OBJECT
public:
BanFrame(TQWidget *parent=0, const char *name=0, bool banEnable = false);
@@ -114,7 +114,7 @@ protected slots:
class ConfigDialog : public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
ConfigDialog();
@@ -132,7 +132,7 @@ protected slots:
class KviUrlAction : public KviKvsAction
{
- Q_OBJECT
+ TQ_OBJECT
public:
KviUrlAction(TQObject * pParent);