diff options
Diffstat (limited to 'kcontrol/randr/configdialog.h')
| -rw-r--r-- | kcontrol/randr/configdialog.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/kcontrol/randr/configdialog.h b/kcontrol/randr/configdialog.h index 584237975..615d9a2f5 100644 --- a/kcontrol/randr/configdialog.h +++ b/kcontrol/randr/configdialog.h @@ -62,11 +62,11 @@ public:      ListView( ConfigDialog* configWidget, TQWidget *parent, const char *name )  	: KListView( parent, name ), _configWidget( configWidget ),            _regExpEditor(0L) {} -    // TQListView has a weird idea of a sizeHint... -    virtual TQSize sizeHint () const { -	int w = minimumSizeHint().width(); +    // TQListView has a weird idea of a tqsizeHint... +    virtual TQSize tqsizeHint () const { +	int w = tqminimumSizeHint().width();  	int h = header()->height(); -	h += viewport()->sizeHint().height(); +	h += viewport()->tqsizeHint().height();  	h += horizontalScrollBar()->height();  	TQListViewItem *item = firstChild(); | 
