summaryrefslogtreecommitdiffstats
path: root/ksirc/topic.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/topic.h')
-rw-r--r--ksirc/topic.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ksirc/topic.h b/ksirc/topic.h
index e435d864..f006bcc6 100644
--- a/ksirc/topic.h
+++ b/ksirc/topic.h
@@ -18,8 +18,9 @@ class KSircTopicEditor;
class KSircTopic : public KActiveLabel
{
Q_OBJECT
+ TQ_OBJECT
public:
- KSircTopic( TQWidget *parent, const char *name = 0 );
+ KSircTopic( TQWidget *tqparent, const char *name = 0 );
public slots:
virtual void setText( const TQString &);
@@ -46,11 +47,12 @@ private:
TQString m_text;
};
-class KSircTopicEditor : public QTextEdit
+class KSircTopicEditor : public TQTextEdit
{
Q_OBJECT
+ TQ_OBJECT
public:
- KSircTopicEditor( TQWidget *parent, const char *name = 0 );
+ KSircTopicEditor( TQWidget *tqparent, const char *name = 0 );
signals:
void resized();