diff options
Diffstat (limited to 'digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp')
-rw-r--r-- | digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp index 18882fc2..b66f391c 100644 --- a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp +++ b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp @@ -121,7 +121,7 @@ ImageEffect_RatioCrop::ImageEffect_RatioCrop(TQWidget* parent) m_preciseCrop = new TQCheckBox(i18n("Exact"), cropSelection); TQWhatsThis::add( m_preciseCrop, i18n("<p>Enable this option to force exact aspect ratio crop.")); - m_orientLabel = new TQLabel(i18n("Qt::Orientation:"), cropSelection); + m_orientLabel = new TQLabel(i18n("Orientation:"), cropSelection); m_orientCB = new TQComboBox( false, cropSelection ); m_orientCB->insertItem( i18n("Landscape") ); m_orientCB->insertItem( i18n("Portrait") ); @@ -552,7 +552,7 @@ void ImageEffect_RatioCrop::slotSelectionOrientationChanged(int newOrientation) setRatioCBText(newOrientation); - // Change Qt::Orientation ComboBox + // Change Orientation ComboBox m_orientCB->setCurrentItem(newOrientation); |