summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kcolumnsview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kcolumnsview.cpp')
-rw-r--r--khexedit/lib/kcolumnsview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kcolumnsview.cpp b/khexedit/lib/kcolumnsview.cpp
index 90fa10c..2b0b157 100644
--- a/khexedit/lib/kcolumnsview.cpp
+++ b/khexedit/lib/kcolumnsview.cpp
@@ -129,10 +129,10 @@ void KColumnsView::updateView()
}
-void KColumnsView::tqrepaintView()
+void KColumnsView::repaintView()
{
resizeContents( totalWidth(), totalHeight() );
- tqrepaintContents( false );
+ repaintContents( false );
}