diff options
author | Timothy Pearson <[email protected]> | 2011-12-18 18:08:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-18 18:08:22 -0600 |
commit | c1bbc88281394639e2a92c2d1b43ca4f3e1813aa (patch) | |
tree | 240471d225925d788fc2450f4602f343c47517d0 /digikam/libs/imageproperties/imagepropertiestab.cpp | |
parent | 3b6fffbdfed82ed3ab983a0370a64ee7267c825e (diff) | |
download | digikam-c1bbc88281394639e2a92c2d1b43ca4f3e1813aa.tar.gz digikam-c1bbc88281394639e2a92c2d1b43ca4f3e1813aa.zip |
Rename old tq methods that no longer need a unique name
Diffstat (limited to 'digikam/libs/imageproperties/imagepropertiestab.cpp')
-rw-r--r-- | digikam/libs/imageproperties/imagepropertiestab.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiestab.cpp b/digikam/libs/imageproperties/imagepropertiestab.cpp index 0d4b3ac0..f2f6350e 100644 --- a/digikam/libs/imageproperties/imagepropertiestab.cpp +++ b/digikam/libs/imageproperties/imagepropertiestab.cpp @@ -183,7 +183,7 @@ ImagePropertiesTab::ImagePropertiesTab(TQWidget* parent, bool navBar) d->settingsArea = new TQFrame(sv->viewport()); d->settingsArea->setFrameStyle( TQFrame::StyledPanel | TQFrame::Sunken ); - d->settingsArea->setLineWidth( tqstyle().tqpixelMetric(TQStyle::PM_DefaultFrameWidth, this) ); + d->settingsArea->setLineWidth( tqstyle().pixelMetric(TQStyle::PM_DefaultFrameWidth, this) ); sv->addChild(d->settingsArea); m_navigateBarLayout->addWidget(sv); @@ -248,7 +248,7 @@ ImagePropertiesTab::ImagePropertiesTab(TQWidget* parent, bool navBar) d->labelPhotoWhiteBalance = new KSqueezedTextLabel(0, d->settingsArea); int hgt = fontMetrics().height()-2; - d->title->tqsetAlignment(TQt::AlignCenter); + d->title->setAlignment(TQt::AlignCenter); d->file->setMaximumHeight(hgt); d->folder->setMaximumHeight(hgt); d->modifiedDate->setMaximumHeight(hgt); @@ -262,7 +262,7 @@ ImagePropertiesTab::ImagePropertiesTab(TQWidget* parent, bool navBar) d->labelFileOwner->setMaximumHeight(hgt); d->labelFilePermissions->setMaximumHeight(hgt); - d->title2->tqsetAlignment(TQt::AlignCenter); + d->title2->setAlignment(TQt::AlignCenter); d->mime->setMaximumHeight(hgt); d->dimensions->setMaximumHeight(hgt); d->compression->setMaximumHeight(hgt); @@ -274,7 +274,7 @@ ImagePropertiesTab::ImagePropertiesTab(TQWidget* parent, bool navBar) d->labelImageBitDepth->setMaximumHeight(hgt); d->labelImageColorMode->setMaximumHeight(hgt); - d->title3->tqsetAlignment(TQt::AlignCenter); + d->title3->setAlignment(TQt::AlignCenter); d->make->setMaximumHeight(hgt); d->model->setMaximumHeight(hgt); d->photoDate->setMaximumHeight(hgt); |