diff options
Diffstat (limited to 'lib/widgets/processwidget.h')
-rw-r--r-- | lib/widgets/processwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/processwidget.h b/lib/widgets/processwidget.h index 15ae5b85..cdff9c5f 100644 --- a/lib/widgets/processwidget.h +++ b/lib/widgets/processwidget.h @@ -109,7 +109,7 @@ signals: void rowSelected(int row); protected: - virtual TQSize tqminimumSizeHint() const; + virtual TQSize minimumSizeHint() const; void maybeScrollToBottom(); protected slots: |