diff options
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r-- | cervisia/logtree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp index 88684312..95bf9035 100644 --- a/cervisia/logtree.cpp +++ b/cervisia/logtree.cpp @@ -243,13 +243,13 @@ void LogTreeView::setSelectedPair(TQString selectionA, TQString selectionB) if (oldstate != newstate) { it.current()->selected = newstate; - tqrepaint(false); + repaint(false); } } } -TQSize LogTreeView::tqsizeHint() const +TQSize LogTreeView::sizeHint() const { return TQSize(2 * static_width, 3 * static_height); } |