diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:10:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:10:03 -0600 |
commit | fc6629f90a46a3f304bdba2ecef645c01ed02640 (patch) | |
tree | 14f39cc4b99e55d5cbe2b33345b9834e25d2feec /src/prefs.cpp | |
parent | 0b46312b4c5d893a6e0c29e354038bbdc5a15fdd (diff) | |
download | kima-fc6629f90a46a3f304bdba2ecef645c01ed02640.tar.gz kima-fc6629f90a46a3f304bdba2ecef645c01ed02640.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'src/prefs.cpp')
-rw-r--r-- | src/prefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.cpp b/src/prefs.cpp index 5e5ba4a..3d605c3 100644 --- a/src/prefs.cpp +++ b/src/prefs.cpp @@ -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 ); } |