summaryrefslogtreecommitdiffstats
path: root/konversation/src/viewtreeitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/viewtreeitem.cpp')
-rw-r--r--konversation/src/viewtreeitem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/konversation/src/viewtreeitem.cpp b/konversation/src/viewtreeitem.cpp
index 2839366..1d18a8d 100644
--- a/konversation/src/viewtreeitem.cpp
+++ b/konversation/src/viewtreeitem.cpp
@@ -173,7 +173,7 @@ void ViewTreeItem::setColor(TQColor color)
{
m_color = color;
m_customColorSet = true;
- repaint();
+ tqrepaint();
}
}
@@ -201,7 +201,7 @@ void ViewTreeItem::setHighlighted(bool highlight)
if (m_isHighlighted != highlight)
{
m_isHighlighted = highlight;
- repaint();
+ tqrepaint();
}
}
@@ -246,7 +246,7 @@ bool ViewTreeItem::sortLast() const
{
if (!m_isSeparator)
{
- if (getViewType() == ChatWindow::Status
+ if (getViewType() == ChatWindow::tqStatus
|| getViewType() == ChatWindow::Channel
|| getViewType() == ChatWindow::Query
|| getViewType() == ChatWindow::RawLog