diff options
Diffstat (limited to 'src/modules/url/libkviurl.h')
-rw-r--r-- | src/modules/url/libkviurl.h | 8 |
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(); |