diff options
Diffstat (limited to 'cervisia/annotateview.h')
-rw-r--r-- | cervisia/annotateview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/annotateview.h b/cervisia/annotateview.h index e4c78b58..aa6d947b 100644 --- a/cervisia/annotateview.h +++ b/cervisia/annotateview.h @@ -46,7 +46,7 @@ public: void addLine(const Cervisia::LogInfo& logInfo, const TQString& content, bool odd); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; private slots: |