summaryrefslogtreecommitdiffstats
path: root/kpersonalizer/kpersonalizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpersonalizer/kpersonalizer.cpp')
-rw-r--r--kpersonalizer/kpersonalizer.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpersonalizer/kpersonalizer.cpp b/kpersonalizer/kpersonalizer.cpp
index 9d7fa2e0a..e28848cc0 100644
--- a/kpersonalizer/kpersonalizer.cpp
+++ b/kpersonalizer/kpersonalizer.cpp
@@ -97,7 +97,7 @@ KPersonalizer::KPersonalizer(TQWidget *parent, const char *name)
setPosition();
/* hide the detail-box on eyecandypage. we need to call it from here, to be
- able, to call it at last. Else we would run into tqlayout-problems later. */
+ able, to call it at last. Else we would run into layout-problems later. */
eyecandy->klv_features->hide();
}
@@ -232,11 +232,11 @@ void KPersonalizer::setBeforeSession(){
/** there seems to be a bug in TQWizard, that makes this evil hack necessary */
void KPersonalizer::setPosition() {
- TQSize hint = countrypage->tqsizeHint();
- TQSize os_size = ospage->tqsizeHint();
- TQSize candy_size = eyecandy->tqsizeHint();
- TQSize style_size = stylepage->tqsizeHint();
- TQSize refine_size = refinepage->tqsizeHint();
+ TQSize hint = countrypage->sizeHint();
+ TQSize os_size = ospage->sizeHint();
+ TQSize candy_size = eyecandy->sizeHint();
+ TQSize style_size = stylepage->sizeHint();
+ TQSize refine_size = refinepage->sizeHint();
// get the width of the broadest child-widget
if ( hint.width() < os_size.width() )