diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:10:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:10:03 -0600 |
commit | fc6629f90a46a3f304bdba2ecef645c01ed02640 (patch) | |
tree | 14f39cc4b99e55d5cbe2b33345b9834e25d2feec /src/sources/labelsourcePrefs.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/sources/labelsourcePrefs.cpp')
-rw-r--r-- | src/sources/labelsourcePrefs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/labelsourcePrefs.cpp b/src/sources/labelsourcePrefs.cpp index db9b675..3f32e77 100644 --- a/src/sources/labelsourcePrefs.cpp +++ b/src/sources/labelsourcePrefs.cpp @@ -76,7 +76,7 @@ LabelSourcePrefs::LabelSourcePrefs( TQWidget* parent, const char* name, WFlags f defaultSourcePrefsFrameLayout->addLayout( tqlayout18 ); LabelSourcePrefsLayout->addWidget( defaultSourcePrefsFrame ); languageChange(); - resize( TQSize(299, 135).expandedTo(tqminimumSizeHint()) ); + resize( TQSize(299, 135).expandedTo(minimumSizeHint()) ); clearWState( WState_Polished ); } |