summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_ircview.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-07 21:14:06 +0000
commit99e44ac443d2590ecdeb0da46608a0a537177fd7 (patch)
tree0edce447b78ef7e26a242f1578a97e852d0d31a6 /src/kvirc/ui/kvi_ircview.cpp
parentaac09823a228381c064d4dcaea8429bf69216b78 (diff)
downloadkvirc-99e44ac443d2590ecdeb0da46608a0a537177fd7.tar.gz
kvirc-99e44ac443d2590ecdeb0da46608a0a537177fd7.zip
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kvirc/ui/kvi_ircview.cpp')
-rw-r--r--src/kvirc/ui/kvi_ircview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kvirc/ui/kvi_ircview.cpp b/src/kvirc/ui/kvi_ircview.cpp
index 330ae09..9d1ce47 100644
--- a/src/kvirc/ui/kvi_ircview.cpp
+++ b/src/kvirc/ui/kvi_ircview.cpp
@@ -2719,7 +2719,7 @@ void KviIrcView::fastScroll(int lines)
}
// Ok...the current line is the last one here
- // It is the only one that needs to be tqrepainted
+ // It is the only one that needs to be repainted
int widgetWidth = width()-m_pScrollBar->width();
if(widgetWidth < KVI_IRCVIEW_PIXMAP_SEPARATOR_AND_DOUBLEBORDER_WIDTH+10)return; //can't show stuff here
int widgetHeight = height();
@@ -2812,10 +2812,10 @@ void KviIrcView::paintEvent(TQPaintEvent *p)
{
r=p->rect(); // app triggered , or self triggered from fastScroll (in that case m_iUnprocessedPaintEventRequests is set to 0 there)
if(r == rect())
- m_iUnprocessedPaintEventRequests = 0; // only full tqrepaints reset
+ m_iUnprocessedPaintEventRequests = 0; // only full repaints reset
} else {
// A self triggered event
- m_iUnprocessedPaintEventRequests = 0; // only full tqrepaints reset
+ m_iUnprocessedPaintEventRequests = 0; // only full repaints reset
r = rect();
}