summaryrefslogtreecommitdiffstats
path: root/ksirc/topic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksirc/topic.cpp')
-rw-r--r--ksirc/topic.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksirc/topic.cpp b/ksirc/topic.cpp
index 1932fa03..a470c3c7 100644
--- a/ksirc/topic.cpp
+++ b/ksirc/topic.cpp
@@ -28,8 +28,8 @@
#include "ksparser.h"
-KSircTopic::KSircTopic( TQWidget *tqparent, const char *name )
- : KActiveLabel( tqparent, name )
+KSircTopic::KSircTopic( TQWidget *parent, const char *name )
+ : KActiveLabel( parent, name )
{
m_editor = 0;
m_doEdit = false;
@@ -180,8 +180,8 @@ void KSircTopic::fontChange(TQFont &f)
doResize();
}
-KSircTopicEditor::KSircTopicEditor( TQWidget *tqparent, const char *name )
- : TQTextEdit( tqparent, name )
+KSircTopicEditor::KSircTopicEditor( TQWidget *parent, const char *name )
+ : TQTextEdit( parent, name )
{
setWFlags( WDestructiveClose );
setFocusPolicy( TQ_ClickFocus );