From 0b46312b4c5d893a6e0c29e354038bbdc5a15fdd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:11 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 6981c239dedc72969f6f539afeef646a19c867c0. --- src/sources/sourceprefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sources/sourceprefs.cpp') diff --git a/src/sources/sourceprefs.cpp b/src/sources/sourceprefs.cpp index 4fbd5a7..160cfd0 100644 --- a/src/sources/sourceprefs.cpp +++ b/src/sources/sourceprefs.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include @@ -59,7 +59,7 @@ SourcePrefs::SourcePrefs( TQWidget* parent, const char* name, WFlags fl ) tooltipCheckBox = new TQCheckBox( this, "tooltipCheckBox" ); SourcePrefsLayout->addWidget( tooltipCheckBox ); languageChange(); - resize( TQSize(203, 127).expandedTo(minimumSizeHint()) ); + resize( TQSize(203, 127).expandedTo(tqminimumSizeHint()) ); clearWState( WState_Polished ); } -- cgit v1.2.1