diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
commit | 6981c239dedc72969f6f539afeef646a19c867c0 (patch) | |
tree | 44e5e93a8ed355a26920da44467d4b18be8fcc05 /src/prefs.cpp | |
parent | dfe4a152e1587751bbb3e63e46c4d727e318caaf (diff) | |
download | kima-6981c239dedc72969f6f539afeef646a19c867c0.tar.gz kima-6981c239dedc72969f6f539afeef646a19c867c0.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/prefs.cpp')
-rw-r--r-- | src/prefs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs.cpp b/src/prefs.cpp index 5e5ba4a..593cd58 100644 --- a/src/prefs.cpp +++ b/src/prefs.cpp @@ -16,7 +16,7 @@ #include <tqheader.h> #include <klistview.h> #include <tqwidgetstack.h> -#include <tqlayout.h> +#include <layout.h> #include <tqtooltip.h> #include <tqwhatsthis.h> @@ -46,7 +46,7 @@ Prefs::Prefs( TQWidget* parent, const char* name, WFlags fl ) widgetStack->addWidget( WStackPage, 0 ); PrefsLayout->addWidget( splitter3 ); languageChange(); - resize( TQSize(340, 73).expandedTo(tqminimumSizeHint()) ); + resize( TQSize(340, 73).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } |