diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 99e44ac443d2590ecdeb0da46608a0a537177fd7 (patch) | |
tree | 0edce447b78ef7e26a242f1578a97e852d0d31a6 /src/modules/sharedfileswindow | |
parent | aac09823a228381c064d4dcaea8429bf69216b78 (diff) | |
download | kvirc-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/modules/sharedfileswindow')
-rw-r--r-- | src/modules/sharedfileswindow/sharedfileswindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sharedfileswindow/sharedfileswindow.cpp b/src/modules/sharedfileswindow/sharedfileswindow.cpp index 3f486ddc..7e2364fe 100644 --- a/src/modules/sharedfileswindow/sharedfileswindow.cpp +++ b/src/modules/sharedfileswindow/sharedfileswindow.cpp @@ -642,7 +642,7 @@ void KviSharedFilesWindow::heartbeat() { if(((KviSharedFilesItem *)i1)->transfer()->active()) { - m_pListView->tqrepaintItem(i1); + m_pListView->repaintItem(i1); } i1 = i1->nextSibling(); } |