summaryrefslogtreecommitdiffstats
path: root/konversation/src/highlightviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/highlightviewitem.cpp')
-rw-r--r--konversation/src/highlightviewitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/highlightviewitem.cpp b/konversation/src/highlightviewitem.cpp
index 811a7d8..138ca2f 100644
--- a/konversation/src/highlightviewitem.cpp
+++ b/konversation/src/highlightviewitem.cpp
@@ -19,8 +19,8 @@
#include <klistview.h>
-HighlightViewItem::HighlightViewItem(KListView* tqparent, Highlight* passed_Highlight)
-: TQCheckListItem(tqparent, TQString(), TQCheckListItem::CheckBox)
+HighlightViewItem::HighlightViewItem(KListView* parent, Highlight* passed_Highlight)
+: TQCheckListItem(parent, TQString(), TQCheckListItem::CheckBox)
{
setText(1,passed_Highlight->getPattern());
itemColor = passed_Highlight->getColor();