diff options
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r-- | cervisia/logtree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp index 88684312..e48c3870 100644 --- a/cervisia/logtree.cpp +++ b/cervisia/logtree.cpp @@ -249,7 +249,7 @@ void LogTreeView::setSelectedPair(TQString selectionA, TQString selectionB) } -TQSize LogTreeView::tqsizeHint() const +TQSize LogTreeView::sizeHint() const { return TQSize(2 * static_width, 3 * static_height); } |