From d4e11a5f488204ab8886e167c7c4af1e6e16ab58 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 23:54:16 -0600 Subject: Use non-tq sizeHint functions to fix bindings --- kio/kfile/kfiledialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kio/kfile/kfiledialog.cpp') diff --git a/kio/kfile/kfiledialog.cpp b/kio/kfile/kfiledialog.cpp index a1668693d..fbc6dd7ab 100644 --- a/kio/kfile/kfiledialog.cpp +++ b/kio/kfile/kfiledialog.cpp @@ -1738,7 +1738,7 @@ void KFileDialog::readConfig( KConfig *kc, const TQString& group ) updateAutoSelectExtension (); int w1 = tqminimumSize().width(); - int w2 = toolbar->tqsizeHint().width() + 10; + int w2 = toolbar->sizeHint().width() + 10; if (w1 < w2) setMinimumWidth(w2); -- cgit v1.2.1