From 1754e4db964431e721e805a923b689b6c92960e4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:28:18 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit b836ed566cdce05ae8408705487cd10a423f3a90) --- secpolicy/secpolicywin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secpolicy') diff --git a/secpolicy/secpolicywin.cpp b/secpolicy/secpolicywin.cpp index 1788ee1..f74c4e9 100644 --- a/secpolicy/secpolicywin.cpp +++ b/secpolicy/secpolicywin.cpp @@ -49,7 +49,7 @@ SecPolicyWin::SecPolicyWin(const char *name) adjustSize(); // work around KTMainWindow sizing bug. - resize(tqsizeHint().width(), tqsizeHint().height() + mBar->height() + + resize(sizeHint().width(), sizeHint().height() + mBar->height() + KDialog::marginHint()); show(); } -- cgit v1.2.3