summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:54:05 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-12 21:54:05 -0500
commit6029a1648fd4fc1c86e00567e9a13d882e0bc8b4 (patch)
tree2a155b55348c453aa2807a658f3f9c6fa30d12f8
parent207d90d4274d2e211d95862263e5128056228a7c (diff)
downloaddigikam-6029a1648fd4fc1c86e00567e9a13d882e0bc8b4.tar.gz
digikam-6029a1648fd4fc1c86e00567e9a13d882e0bc8b4.zip
Fix inadvertent tqt changes. Part of an extensive cleanup of various problems
with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.
-rw-r--r--digikam/imageplugins/adjustcurves/Makefile.am2
-rw-r--r--digikam/imageplugins/adjustlevels/Makefile.am2
-rw-r--r--digikam/imageplugins/antivignetting/Makefile.am2
-rw-r--r--digikam/imageplugins/antivignetting/antivignettingtool.cpp2
-rw-r--r--digikam/imageplugins/antivignetting/imageeffect_antivignetting.cpp2
-rw-r--r--digikam/imageplugins/blurfx/Makefile.am2
-rw-r--r--digikam/imageplugins/border/Makefile.am2
-rw-r--r--digikam/imageplugins/border/bordertool.cpp4
-rw-r--r--digikam/imageplugins/border/imageeffect_border.cpp4
-rw-r--r--digikam/imageplugins/channelmixer/Makefile.am2
-rw-r--r--digikam/imageplugins/charcoal/Makefile.am2
-rw-r--r--digikam/imageplugins/colorfx/Makefile.am2
-rw-r--r--digikam/imageplugins/coreplugin/Makefile.am2
-rw-r--r--digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp8
-rw-r--r--digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.cpp8
-rw-r--r--digikam/imageplugins/distortionfx/Makefile.am2
-rw-r--r--digikam/imageplugins/distortionfx/distortionfx.cpp20
-rw-r--r--digikam/imageplugins/distortionfx/distortionfx.h2
-rw-r--r--digikam/imageplugins/distortionfx/distortionfxtool.cpp4
-rw-r--r--digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp4
-rw-r--r--digikam/imageplugins/emboss/Makefile.am2
-rw-r--r--digikam/imageplugins/filmgrain/Makefile.am2
-rw-r--r--digikam/imageplugins/freerotation/Makefile.am2
-rw-r--r--digikam/imageplugins/freerotation/freerotationtool.cpp2
-rw-r--r--digikam/imageplugins/freerotation/imageeffect_freerotation.cpp2
-rw-r--r--digikam/imageplugins/hotpixels/Makefile.am2
-rw-r--r--digikam/imageplugins/infrared/Makefile.am2
-rw-r--r--digikam/imageplugins/inpainting/Makefile.am2
-rw-r--r--digikam/imageplugins/inserttext/Makefile.am2
-rw-r--r--digikam/imageplugins/lensdistortion/Makefile.am2
-rw-r--r--digikam/imageplugins/noisereduction/Makefile.am2
-rw-r--r--digikam/imageplugins/oilpaint/Makefile.am2
-rw-r--r--digikam/imageplugins/perspective/Makefile.am2
-rw-r--r--digikam/imageplugins/perspective/imageeffect_perspective.cpp4
-rw-r--r--digikam/imageplugins/perspective/perspectivetool.cpp4
-rw-r--r--digikam/imageplugins/perspective/perspectivewidget.cpp8
-rw-r--r--digikam/imageplugins/raindrop/Makefile.am2
-rw-r--r--digikam/imageplugins/restoration/Makefile.am2
-rw-r--r--digikam/imageplugins/sheartool/Makefile.am2
-rw-r--r--digikam/imageplugins/sheartool/imageeffect_sheartool.cpp2
-rw-r--r--digikam/imageplugins/sheartool/sheartool.cpp2
-rw-r--r--digikam/imageplugins/superimpose/Makefile.am2
-rw-r--r--digikam/imageplugins/texture/Makefile.am2
-rw-r--r--digikam/imageplugins/whitebalance/Makefile.am2
-rw-r--r--digikam/imageplugins/whitebalance/imageeffect_whitebalance.cpp4
-rw-r--r--digikam/imageplugins/whitebalance/whitebalancetool.cpp4
46 files changed, 72 insertions, 72 deletions
diff --git a/digikam/imageplugins/adjustcurves/Makefile.am b/digikam/imageplugins/adjustcurves/Makefile.am
index b60deff..11b278e 100644
--- a/digikam/imageplugins/adjustcurves/Makefile.am
+++ b/digikam/imageplugins/adjustcurves/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_adjustcurves_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_adjustcurves.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_adjustcurves.la
+kde_module_LTLIBRARIES = digikamimageplugin_adjustcurves.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_adjustcurves_ui.rc
diff --git a/digikam/imageplugins/adjustlevels/Makefile.am b/digikam/imageplugins/adjustlevels/Makefile.am
index 38f877d..db057dc 100644
--- a/digikam/imageplugins/adjustlevels/Makefile.am
+++ b/digikam/imageplugins/adjustlevels/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_adjustlevels_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_adjustlevels.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_adjustlevels.la
+kde_module_LTLIBRARIES = digikamimageplugin_adjustlevels.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_adjustlevels_ui.rc
diff --git a/digikam/imageplugins/antivignetting/Makefile.am b/digikam/imageplugins/antivignetting/Makefile.am
index 7de076a..ef44e91 100644
--- a/digikam/imageplugins/antivignetting/Makefile.am
+++ b/digikam/imageplugins/antivignetting/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_antivignetting_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libra
kde_services_DATA = digikamimageplugin_antivignetting.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_antivignetting.la
+kde_module_LTLIBRARIES = digikamimageplugin_antivignetting.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_antivignetting_ui.rc
diff --git a/digikam/imageplugins/antivignetting/antivignettingtool.cpp b/digikam/imageplugins/antivignetting/antivignettingtool.cpp
index 657be11..8b38ea9 100644
--- a/digikam/imageplugins/antivignetting/antivignettingtool.cpp
+++ b/digikam/imageplugins/antivignetting/antivignettingtool.cpp
@@ -124,7 +124,7 @@ AntiVignettingTool::AntiVignettingTool(TQObject* parent)
"half-diagonal measure of the image, at which the density of the filter falls "
"to zero."));
- KSeparator *line = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line = new KSeparator(Horizontal, m_gboxSettings->plainPage());
// -------------------------------------------------------------
diff --git a/digikam/imageplugins/antivignetting/imageeffect_antivignetting.cpp b/digikam/imageplugins/antivignetting/imageeffect_antivignetting.cpp
index 4e809c9..8f04698 100644
--- a/digikam/imageplugins/antivignetting/imageeffect_antivignetting.cpp
+++ b/digikam/imageplugins/antivignetting/imageeffect_antivignetting.cpp
@@ -134,7 +134,7 @@ ImageEffect_AntiVignetting::ImageEffect_AntiVignetting(TQWidget* parent)
gridSettings->addMultiCellWidget(label3, 5, 5, 0, 2);
gridSettings->addMultiCellWidget(m_radiusInput, 6, 6, 0, 2);
- KSeparator *line = new KSeparator(Qt::Horizontal, gboxSettings);
+ KSeparator *line = new KSeparator(Horizontal, gboxSettings);
gridSettings->addMultiCellWidget(line, 7, 7, 0, 2);
// -------------------------------------------------------------
diff --git a/digikam/imageplugins/blurfx/Makefile.am b/digikam/imageplugins/blurfx/Makefile.am
index b659cf5..bc7ab1b 100644
--- a/digikam/imageplugins/blurfx/Makefile.am
+++ b/digikam/imageplugins/blurfx/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_blurfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -l
kde_services_DATA = digikamimageplugin_blurfx.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_blurfx.la
+kde_module_LTLIBRARIES = digikamimageplugin_blurfx.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_blurfx_ui.rc
diff --git a/digikam/imageplugins/border/Makefile.am b/digikam/imageplugins/border/Makefile.am
index 9eb8140..1cfb781 100644
--- a/digikam/imageplugins/border/Makefile.am
+++ b/digikam/imageplugins/border/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_border_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -l
kde_services_DATA = digikamimageplugin_border.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_border.la
+kde_module_LTLIBRARIES = digikamimageplugin_border.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_border_ui.rc
diff --git a/digikam/imageplugins/border/bordertool.cpp b/digikam/imageplugins/border/bordertool.cpp
index 5f3d40e..42eeb1b 100644
--- a/digikam/imageplugins/border/bordertool.cpp
+++ b/digikam/imageplugins/border/bordertool.cpp
@@ -108,7 +108,7 @@ BorderTool::BorderTool(TQObject* parent)
m_borderType->setDefaultItem(Border::SolidBorder);
TQWhatsThis::add( m_borderType, i18n("<p>Select the border type to add around the image."));
- KSeparator *line1 = new KSeparatorQt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line1 = new KSeparator(Horizontal, m_gboxSettings->plainPage());
// -------------------------------------------------------------------
@@ -139,7 +139,7 @@ BorderTool::BorderTool(TQObject* parent)
else
m_borderWidth->setRange(1, w/2, 1);
- KSeparator *line2 = new KSeparatorQt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line2 = new KSeparator(Horizontal, m_gboxSettings->plainPage());
// -------------------------------------------------------------------
diff --git a/digikam/imageplugins/border/imageeffect_border.cpp b/digikam/imageplugins/border/imageeffect_border.cpp
index a2963e4..8c49c1d 100644
--- a/digikam/imageplugins/border/imageeffect_border.cpp
+++ b/digikam/imageplugins/border/imageeffect_border.cpp
@@ -114,7 +114,7 @@ ImageEffect_Border::ImageEffect_Border(TQWidget* parent)
m_borderType->insertItem( i18n("Decorative Wall") );
TQWhatsThis::add( m_borderType, i18n("<p>Select the border type to add around the image."));
- KSeparator *line1 = new KSeparatorQt::Horizontal, gboxSettings);
+ KSeparator *line1 = new KSeparator(Horizontal, gboxSettings);
// -------------------------------------------------------------------
@@ -143,7 +143,7 @@ ImageEffect_Border::ImageEffect_Border(TQWidget* parent)
else
m_borderWidth->setRange(1, w/2, 1, true);
- KSeparator *line2 = new KSeparatorQt::Horizontal, gboxSettings);
+ KSeparator *line2 = new KSeparator(Horizontal, gboxSettings);
// -------------------------------------------------------------------
diff --git a/digikam/imageplugins/channelmixer/Makefile.am b/digikam/imageplugins/channelmixer/Makefile.am
index fdb2ed5..31a8fd7 100644
--- a/digikam/imageplugins/channelmixer/Makefile.am
+++ b/digikam/imageplugins/channelmixer/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_channelmixer_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_channelmixer.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_channelmixer.la
+kde_module_LTLIBRARIES = digikamimageplugin_channelmixer.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_channelmixer_ui.rc
diff --git a/digikam/imageplugins/charcoal/Makefile.am b/digikam/imageplugins/charcoal/Makefile.am
index 8f5b4a7..a7a3823 100644
--- a/digikam/imageplugins/charcoal/Makefile.am
+++ b/digikam/imageplugins/charcoal/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_charcoal_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_charcoal.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_charcoal.la
+kde_module_LTLIBRARIES = digikamimageplugin_charcoal.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_charcoal_ui.rc
diff --git a/digikam/imageplugins/colorfx/Makefile.am b/digikam/imageplugins/colorfx/Makefile.am
index a5749f3..3432dc9 100644
--- a/digikam/imageplugins/colorfx/Makefile.am
+++ b/digikam/imageplugins/colorfx/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_colorfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -
kde_services_DATA = digikamimageplugin_colorfx.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_colorfx.la
+kde_module_LTLIBRARIES = digikamimageplugin_colorfx.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_colorfx_ui.rc
diff --git a/digikam/imageplugins/coreplugin/Makefile.am b/digikam/imageplugins/coreplugin/Makefile.am
index 2b7c12f..7946cd6 100644
--- a/digikam/imageplugins/coreplugin/Makefile.am
+++ b/digikam/imageplugins/coreplugin/Makefile.am
@@ -46,7 +46,7 @@ digikamimageplugin_core_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltd
kde_services_DATA = digikamimageplugin_core.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_core.la
+kde_module_LTLIBRARIES = digikamimageplugin_core.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_core_ui.rc
diff --git a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp
index 9871942..e3cef1f 100644
--- a/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp
+++ b/digikam/imageplugins/coreplugin/ratiocrop/imageeffect_ratiocrop.cpp
@@ -359,8 +359,8 @@ void ImageEffect_RatioCrop::readSettings()
m_goldenSpiralSectionBox->setChecked( config->readBoolEntry("Golden Spiral Section", false) );
m_goldenSpiralBox->setChecked( config->readBoolEntry("Golden Spiral", false) );
m_goldenTriangleBox->setChecked( config->readBoolEntry("Golden Triangle", false) );
- m_flipHorBox->setChecked( config->readBoolEntry("Golden FlipQt::Horizontal", false) );
- m_flipVerBox->setChecked( config->readBoolEntry("Golden FlipQt::Vertical", false) );
+ m_flipHorBox->setChecked( config->readBoolEntry("Golden Flip Horizontal", false) );
+ m_flipVerBox->setChecked( config->readBoolEntry("Golden Flip Vertical", false) );
m_guideColorBt->setColor(config->readColorEntry("Guide Color", &defaultGuideColor));
m_guideSize->setValue(config->readNumEntry("Guide Width", 1));
m_imageSelectionWidget->slotGuideLines(m_guideLinesCB->currentItem());
@@ -459,8 +459,8 @@ void ImageEffect_RatioCrop::writeSettings()
config->writeEntry( "Golden Spiral Section", m_goldenSpiralSectionBox->isChecked() );
config->writeEntry( "Golden Spiral", m_goldenSpiralBox->isChecked() );
config->writeEntry( "Golden Triangle", m_goldenTriangleBox->isChecked() );
- config->writeEntry( "Golden FlipQt::Horizontal", m_flipHorBox->isChecked() );
- config->writeEntry( "Golden FlipQt::Vertical", m_flipVerBox->isChecked() );
+ config->writeEntry( "Golden Flip Horizontal", m_flipHorBox->isChecked() );
+ config->writeEntry( "Golden Flip Vertical", m_flipVerBox->isChecked() );
config->writeEntry( "Guide Color", m_guideColorBt->color() );
config->writeEntry( "Guide Width", m_guideSize->value() );
config->sync();
diff --git a/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.cpp b/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.cpp
index 5a220ef..15c6789 100644
--- a/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.cpp
+++ b/digikam/imageplugins/coreplugin/ratiocrop/ratiocroptool.cpp
@@ -407,8 +407,8 @@ void RatioCropTool::readSettings()
m_goldenSpiralSectionBox->setChecked(config->readBoolEntry("Golden Spiral Section", false));
m_goldenSpiralBox->setChecked(config->readBoolEntry("Golden Spiral", false));
m_goldenTriangleBox->setChecked(config->readBoolEntry("Golden Triangle", false));
- m_flipHorBox->setChecked(config->readBoolEntry("Golden FlipQt::Horizontal", false));
- m_flipVerBox->setChecked(config->readBoolEntry("Golden FlipQt::Vertical", false));
+ m_flipHorBox->setChecked(config->readBoolEntry("Golden Flip Horizontal", false));
+ m_flipVerBox->setChecked(config->readBoolEntry("Golden Flip Vertical", false));
m_guideColorBt->setColor(config->readColorEntry("Guide Color", &defaultGuideColor));
m_guideSize->setValue(config->readNumEntry("Guide Width", m_guideSize->defaultValue()));
m_imageSelectionWidget->slotGuideLines(m_guideLinesCB->currentItem());
@@ -497,8 +497,8 @@ void RatioCropTool::writeSettings()
config->writeEntry("Golden Spiral Section", m_goldenSpiralSectionBox->isChecked());
config->writeEntry("Golden Spiral", m_goldenSpiralBox->isChecked());
config->writeEntry("Golden Triangle", m_goldenTriangleBox->isChecked());
- config->writeEntry("Golden FlipQt::Horizontal", m_flipHorBox->isChecked());
- config->writeEntry("Golden FlipQt::Vertical", m_flipVerBox->isChecked());
+ config->writeEntry("Golden Flip Horizontal", m_flipHorBox->isChecked());
+ config->writeEntry("Golden Flip Vertical", m_flipVerBox->isChecked());
config->writeEntry("Guide Color", m_guideColorBt->color());
config->writeEntry("Guide Width", m_guideSize->value());
config->sync();
diff --git a/digikam/imageplugins/distortionfx/Makefile.am b/digikam/imageplugins/distortionfx/Makefile.am
index 942cf98..233d04f 100644
--- a/digikam/imageplugins/distortionfx/Makefile.am
+++ b/digikam/imageplugins/distortionfx/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_distortionfx_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_distortionfx.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_distortionfx.la
+kde_module_LTLIBRARIES = digikamimageplugin_distortionfx.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_distortionfx_ui.rc
diff --git a/digikam/imageplugins/distortionfx/distortionfx.cpp b/digikam/imageplugins/distortionfx/distortionfx.cpp
index f1616af..d17abd4 100644
--- a/digikam/imageplugins/distortionfx/distortionfx.cpp
+++ b/digikam/imageplugins/distortionfx/distortionfx.cpp
@@ -360,8 +360,8 @@ void DistortionFX::twirl(Digikam::DImg *orgImage, Digikam::DImg *destImage, int
* Width => Width of image.
* Height => Height of image.
* Coeff => Cilindrical value.
- *Qt::Horizontal => Apply horizontally.
- *Qt::Vertical => Apply vertically.
+ * Horizontal => Apply horizontally.
+ * Vertical => Apply vertically.
* Antialias => Smart bluring result.
*
* Theory => This is a great effect, similar to Spherize (Photoshop).
@@ -371,10 +371,10 @@ void DistortionFX::twirl(Digikam::DImg *orgImage, Digikam::DImg *destImage, int
* environment.
*/
void DistortionFX::cilindrical(Digikam::DImg *orgImage, Digikam::DImg *destImage, double Coeff,
- boolQt::Horizontal, boolQt::Vertical, bool AntiAlias)
+ bool Horizontal, bool Vertical, bool AntiAlias)
{
- if ((Coeff == 0.0) || (! Qt::Horizontal ||Qt::Vertical)))
+ if ((Coeff == 0.0) || (! (Horizontal || Vertical)))
return;
int Width = orgImage->width();
@@ -392,9 +392,9 @@ void DistortionFX::cilindrical(Digikam::DImg *orgImage, Digikam::DImg *destImage
int nHalfW = Width / 2, nHalfH = Height / 2;
double lfCoeffX = 1.0, lfCoeffY = 1.0, lfCoeffStep = Coeff / 1000.0;
- if Qt::Horizontal)
+ if (Horizontal)
lfCoeffX = (double)nHalfW / log (fabs (lfCoeffStep) * nHalfW + 1.0);
- if Qt::Vertical)
+ if (Vertical)
lfCoeffY = (double)nHalfH / log (fabs (lfCoeffStep) * nHalfH + 1.0);
// initial copy
@@ -410,7 +410,7 @@ void DistortionFX::cilindrical(Digikam::DImg *orgImage, Digikam::DImg *destImage
nh = fabs ((double)(h - nHalfH));
nw = fabs ((double)(w - nHalfW));
- if Qt::Horizontal)
+ if (Horizontal)
{
if (Coeff > 0.0)
nw = (exp (nw / lfCoeffX) - 1.0) / lfCoeffStep;
@@ -418,7 +418,7 @@ void DistortionFX::cilindrical(Digikam::DImg *orgImage, Digikam::DImg *destImage
nw = lfCoeffX * log (1.0 + (-1.0 * lfCoeffStep) * nw);
}
- if Qt::Vertical)
+ if (Vertical)
{
if (Coeff > 0.0)
nh = (exp (nh / lfCoeffY) - 1.0) / lfCoeffStep;
@@ -657,7 +657,7 @@ void DistortionFX::circularWaves(Digikam::DImg *orgImage, Digikam::DImg *destIma
* Amplitude => Sinoidal maximum height.
* Frequency => Frequency value.
* FillSides => Like a boolean variable.
- * Direction =>Qt::Vertical or horizontal flag.
+ * Direction => Vertical or horizontal flag.
*
* Theory => This is an amazing effect, very funny, and very simple to
* understand. You just need understand how sin and cos works.
@@ -675,7 +675,7 @@ void DistortionFX::waves(Digikam::DImg *orgImage, Digikam::DImg *destImage,
int progress;
int h, w;
- if (Direction) //Qt::Horizontal
+ if (Direction) // Horizontal
{
int tx;
diff --git a/digikam/imageplugins/distortionfx/distortionfx.h b/digikam/imageplugins/distortionfx/distortionfx.h
index 79768c8..073f4df 100644
--- a/digikam/imageplugins/distortionfx/distortionfx.h
+++ b/digikam/imageplugins/distortionfx/distortionfx.h
@@ -79,7 +79,7 @@ private:
void fisheye(Digikam::DImg *orgImage, Digikam::DImg *destImage, double Coeff, bool AntiAlias=true);
void twirl(Digikam::DImg *orgImage, Digikam::DImg *destImage, int Twirl, bool AntiAlias=true);
void cilindrical(Digikam::DImg *orgImage, Digikam::DImg *destImage, double Coeff,
- boolQt::Horizontal, boolQt::Vertical, bool AntiAlias=true);
+ bool Horizontal, bool Vertical, bool AntiAlias=true);
void multipleCorners(Digikam::DImg *orgImage, Digikam::DImg *destImage, int Factor, bool AntiAlias=true);
void polarCoordinates(Digikam::DImg *orgImage, Digikam::DImg *destImage, bool Type, bool AntiAlias=true);
void circularWaves(Digikam::DImg *orgImage, Digikam::DImg *destImage, int X, int Y, double Amplitude,
diff --git a/digikam/imageplugins/distortionfx/distortionfxtool.cpp b/digikam/imageplugins/distortionfx/distortionfxtool.cpp
index 3b3a0ad..c95d8d0 100644
--- a/digikam/imageplugins/distortionfx/distortionfxtool.cpp
+++ b/digikam/imageplugins/distortionfx/distortionfxtool.cpp
@@ -122,8 +122,8 @@ DistortionFXTool::DistortionFXTool(TQObject* parent)
"and horizontal.<p>"
"<b>Caricature</b>: distorts the photograph with the 'Fish Eyes' effect inverted.<p>"
"<b>Multiple Corners</b>: splits the photograph like a multiple corners pattern.<p>"
- "<b>WavesQt::Horizontal</b>: distorts the photograph with horizontal waves.<p>"
- "<b>WavesQt::Vertical</b>: distorts the photograph with vertical waves.<p>"
+ "<b>Waves Horizontal</b>: distorts the photograph with horizontal waves.<p>"
+ "<b>Waves Vertical</b>: distorts the photograph with vertical waves.<p>"
"<b>Block Waves 1</b>: divides the image into cells and makes it look as "
"if it is being viewed through glass blocks.<p>"
"<b>Block Waves 2</b>: like Block Waves 1 but with another version "
diff --git a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
index c539ff8..14c9fa5 100644
--- a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
+++ b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
@@ -126,8 +126,8 @@ ImageEffect_DistortionFX::ImageEffect_DistortionFX(TQWidget* parent)
"and horizontal.<p>"
"<b>Caricature</b>: distorts the photograph with the 'Fish Eyes' effect inverted.<p>"
"<b>Multiple Corners</b>: splits the photograph like a multiple corners pattern.<p>"
- "<b>WavesQt::Horizontal</b>: distorts the photograph with horizontal waves.<p>"
- "<b>WavesQt::Vertical</b>: distorts the photograph with vertical waves.<p>"
+ "<b>WavesQt Horizontal</b>: distorts the photograph with horizontal waves.<p>"
+ "<b>Waves Vertical</b>: distorts the photograph with vertical waves.<p>"
"<b>Block Waves 1</b>: divides the image into cells and makes it look as "
"if it is being viewed through glass blocks.<p>"
"<b>Block Waves 2</b>: like Block Waves 1 but with another version "
diff --git a/digikam/imageplugins/emboss/Makefile.am b/digikam/imageplugins/emboss/Makefile.am
index cfbc4a0..4ca9e95 100644
--- a/digikam/imageplugins/emboss/Makefile.am
+++ b/digikam/imageplugins/emboss/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_emboss_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -l
kde_services_DATA = digikamimageplugin_emboss.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_emboss.la
+kde_module_LTLIBRARIES = digikamimageplugin_emboss.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_emboss_ui.rc
diff --git a/digikam/imageplugins/filmgrain/Makefile.am b/digikam/imageplugins/filmgrain/Makefile.am
index 42c9ae5..0a31c82 100644
--- a/digikam/imageplugins/filmgrain/Makefile.am
+++ b/digikam/imageplugins/filmgrain/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_filmgrain_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_filmgrain.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_filmgrain.la
+kde_module_LTLIBRARIES = digikamimageplugin_filmgrain.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_filmgrain_ui.rc
diff --git a/digikam/imageplugins/freerotation/Makefile.am b/digikam/imageplugins/freerotation/Makefile.am
index 13109b8..b66c12f 100644
--- a/digikam/imageplugins/freerotation/Makefile.am
+++ b/digikam/imageplugins/freerotation/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_freerotation_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_freerotation.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_freerotation.la
+kde_module_LTLIBRARIES = digikamimageplugin_freerotation.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_freerotation_ui.rc
diff --git a/digikam/imageplugins/freerotation/freerotationtool.cpp b/digikam/imageplugins/freerotation/freerotationtool.cpp
index 3330601..ca384f4 100644
--- a/digikam/imageplugins/freerotation/freerotationtool.cpp
+++ b/digikam/imageplugins/freerotation/freerotationtool.cpp
@@ -101,7 +101,7 @@ FreeRotationTool::FreeRotationTool(TQObject* parent)
m_newHeightLabel = new TQLabel(temp.setNum( iface.originalHeight()) + i18n(" px"), m_gboxSettings->plainPage());
m_newHeightLabel->setAlignment( AlignBottom | AlignRight );
- KSeparator *line = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line = new KSeparator(Horizontal, m_gboxSettings->plainPage());
TQLabel *label3 = new TQLabel(i18n("Main angle:"), m_gboxSettings->plainPage());
m_angleInput = new RIntNumInput(m_gboxSettings->plainPage());
diff --git a/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp b/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
index 630f260..0345efb 100644
--- a/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
+++ b/digikam/imageplugins/freerotation/imageeffect_freerotation.cpp
@@ -112,7 +112,7 @@ ImageEffect_FreeRotation::ImageEffect_FreeRotation(TQWidget* parent)
gridSettings->addMultiCellWidget(label2, 1, 1, 0, 0);
gridSettings->addMultiCellWidget(m_newHeightLabel, 1, 1, 1, 2);
- KSeparator *line = new KSeparator(Qt::Horizontal, gboxSettings);
+ KSeparator *line = new KSeparator(Horizontal, gboxSettings);
gridSettings->addMultiCellWidget(line, 2, 2, 0, 2);
TQLabel *label3 = new TQLabel(i18n("Main angle:"), gboxSettings);
diff --git a/digikam/imageplugins/hotpixels/Makefile.am b/digikam/imageplugins/hotpixels/Makefile.am
index 089678d..19d1032 100644
--- a/digikam/imageplugins/hotpixels/Makefile.am
+++ b/digikam/imageplugins/hotpixels/Makefile.am
@@ -29,7 +29,7 @@ digikamimageplugin_hotpixels_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_hotpixels.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_hotpixels.la
+kde_module_LTLIBRARIES = digikamimageplugin_hotpixels.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_hotpixels_ui.rc
diff --git a/digikam/imageplugins/infrared/Makefile.am b/digikam/imageplugins/infrared/Makefile.am
index 23e1dc1..19d418d 100644
--- a/digikam/imageplugins/infrared/Makefile.am
+++ b/digikam/imageplugins/infrared/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_infrared_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_infrared.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_infrared.la
+kde_module_LTLIBRARIES = digikamimageplugin_infrared.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_infrared_ui.rc
diff --git a/digikam/imageplugins/inpainting/Makefile.am b/digikam/imageplugins/inpainting/Makefile.am
index ef3badd..e6a96c7 100644
--- a/digikam/imageplugins/inpainting/Makefile.am
+++ b/digikam/imageplugins/inpainting/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_inpainting_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries
kde_services_DATA = digikamimageplugin_inpainting.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_inpainting.la
+kde_module_LTLIBRARIES = digikamimageplugin_inpainting.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_inpainting_ui.rc
diff --git a/digikam/imageplugins/inserttext/Makefile.am b/digikam/imageplugins/inserttext/Makefile.am
index 41422a1..1cd318b 100644
--- a/digikam/imageplugins/inserttext/Makefile.am
+++ b/digikam/imageplugins/inserttext/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_inserttext_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries
kde_services_DATA = digikamimageplugin_inserttext.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_inserttext.la
+kde_module_LTLIBRARIES = digikamimageplugin_inserttext.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_inserttext_ui.rc
diff --git a/digikam/imageplugins/lensdistortion/Makefile.am b/digikam/imageplugins/lensdistortion/Makefile.am
index 99c2709..d9f8946 100644
--- a/digikam/imageplugins/lensdistortion/Makefile.am
+++ b/digikam/imageplugins/lensdistortion/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_lensdistortion_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libra
kde_services_DATA = digikamimageplugin_lensdistortion.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_lensdistortion.la
+kde_module_LTLIBRARIES = digikamimageplugin_lensdistortion.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_lensdistortion_ui.rc
diff --git a/digikam/imageplugins/noisereduction/Makefile.am b/digikam/imageplugins/noisereduction/Makefile.am
index 7ff8cb0..6ce9863 100644
--- a/digikam/imageplugins/noisereduction/Makefile.am
+++ b/digikam/imageplugins/noisereduction/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_noisereduction_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libra
kde_services_DATA = digikamimageplugin_noisereduction.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_noisereduction.la
+kde_module_LTLIBRARIES = digikamimageplugin_noisereduction.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_noisereduction_ui.rc
diff --git a/digikam/imageplugins/oilpaint/Makefile.am b/digikam/imageplugins/oilpaint/Makefile.am
index 65b8999..5da57bc 100644
--- a/digikam/imageplugins/oilpaint/Makefile.am
+++ b/digikam/imageplugins/oilpaint/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_oilpaint_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_oilpaint.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_oilpaint.la
+kde_module_LTLIBRARIES = digikamimageplugin_oilpaint.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_oilpaint_ui.rc
diff --git a/digikam/imageplugins/perspective/Makefile.am b/digikam/imageplugins/perspective/Makefile.am
index c7b0222..78ff8aa 100644
--- a/digikam/imageplugins/perspective/Makefile.am
+++ b/digikam/imageplugins/perspective/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_perspective_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librarie
kde_services_DATA = digikamimageplugin_perspective.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_perspective.la
+kde_module_LTLIBRARIES = digikamimageplugin_perspective.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_perspective_ui.rc
diff --git a/digikam/imageplugins/perspective/imageeffect_perspective.cpp b/digikam/imageplugins/perspective/imageeffect_perspective.cpp
index a6b05b9..2ec2ec4 100644
--- a/digikam/imageplugins/perspective/imageeffect_perspective.cpp
+++ b/digikam/imageplugins/perspective/imageeffect_perspective.cpp
@@ -121,7 +121,7 @@ ImageEffect_Perspective::ImageEffect_Perspective(TQWidget* parent)
// -------------------------------------------------------------
- KSeparator *line = new KSeparator(Qt::Horizontal, gbox2);
+ KSeparator *line = new KSeparator(Horizontal, gbox2);
TQLabel *angleLabel = new TQLabel(i18n("Angles (in degrees):"), gbox2);
TQLabel *label3 = new TQLabel(i18n(" Top left:"), gbox2);
@@ -146,7 +146,7 @@ ImageEffect_Perspective::ImageEffect_Perspective(TQWidget* parent)
// -------------------------------------------------------------
- KSeparator *line2 = new KSeparator(Qt::Horizontal, gbox2);
+ KSeparator *line2 = new KSeparator(Horizontal, gbox2);
m_drawWhileMovingCheckBox = new TQCheckBox(i18n("Draw preview while moving"), gbox2);
gridLayout->addMultiCellWidget(line2, 8, 8, 0, 2);
diff --git a/digikam/imageplugins/perspective/perspectivetool.cpp b/digikam/imageplugins/perspective/perspectivetool.cpp
index c6d47f4..99670b4 100644
--- a/digikam/imageplugins/perspective/perspectivetool.cpp
+++ b/digikam/imageplugins/perspective/perspectivetool.cpp
@@ -107,7 +107,7 @@ PerspectiveTool::PerspectiveTool(TQObject* parent)
// -------------------------------------------------------------
- KSeparator *line = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line = new KSeparator(Horizontal, m_gboxSettings->plainPage());
TQLabel *angleLabel = new TQLabel(i18n("Angles (in degrees):"), m_gboxSettings->plainPage());
TQLabel *label3 = new TQLabel(i18n(" Top left:"), m_gboxSettings->plainPage());
@@ -121,7 +121,7 @@ PerspectiveTool::PerspectiveTool(TQObject* parent)
// -------------------------------------------------------------
- KSeparator *line2 = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line2 = new KSeparator(Horizontal, m_gboxSettings->plainPage());
m_drawWhileMovingCheckBox = new TQCheckBox(i18n("Draw preview while moving"), m_gboxSettings->plainPage());
gridLayout->addMultiCellWidget(line2, 8, 8, 0, 2);
diff --git a/digikam/imageplugins/perspective/perspectivewidget.cpp b/digikam/imageplugins/perspective/perspectivewidget.cpp
index 57ce421..8a4e9b2 100644
--- a/digikam/imageplugins/perspective/perspectivewidget.cpp
+++ b/digikam/imageplugins/perspective/perspectivewidget.cpp
@@ -259,11 +259,11 @@ void PerspectiveWidget::updatePixmap(void)
{
int j = i*4;
- //Qt::Horizontal line.
+ //Horizontal line.
m_grid.setPoint(j , 0, i*gYS);
m_grid.setPoint(j+1, m_w, i*gYS);
- //Qt::Vertical line.
+ //Vertical line.
m_grid.setPoint(j+2, i*gXS, 0);
m_grid.setPoint(j+3, i*gXS, m_h);
}
@@ -324,10 +324,10 @@ void PerspectiveWidget::updatePixmap(void)
{
for (uint i = 0 ; i < m_grid.size() ; i += 4)
{
- //Qt::Horizontal line.
+ //Horizontal line.
p.drawLine(m_grid.point(i)+m_rect.topLeft(), m_grid.point(i+1)+m_rect.topLeft());
- //Qt::Vertical line.
+ //Vertical line.
p.drawLine(m_grid.point(i+2)+m_rect.topLeft(), m_grid.point(i+3)+m_rect.topLeft());
}
}
diff --git a/digikam/imageplugins/raindrop/Makefile.am b/digikam/imageplugins/raindrop/Makefile.am
index 56f08e1..a8a317a 100644
--- a/digikam/imageplugins/raindrop/Makefile.am
+++ b/digikam/imageplugins/raindrop/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_raindrop_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_raindrop.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_raindrop.la
+kde_module_LTLIBRARIES = digikamimageplugin_raindrop.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_raindrop_ui.rc
diff --git a/digikam/imageplugins/restoration/Makefile.am b/digikam/imageplugins/restoration/Makefile.am
index d75539f..db54e35 100644
--- a/digikam/imageplugins/restoration/Makefile.am
+++ b/digikam/imageplugins/restoration/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_restoration_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librarie
kde_services_DATA = digikamimageplugin_restoration.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_restoration.la
+kde_module_LTLIBRARIES = digikamimageplugin_restoration.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_restoration_ui.rc
diff --git a/digikam/imageplugins/sheartool/Makefile.am b/digikam/imageplugins/sheartool/Makefile.am
index 1e10853..5d5ead5 100644
--- a/digikam/imageplugins/sheartool/Makefile.am
+++ b/digikam/imageplugins/sheartool/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_sheartool_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = digikamimageplugin_sheartool.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_sheartool.la
+kde_module_LTLIBRARIES = digikamimageplugin_sheartool.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_sheartool_ui.rc
diff --git a/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp b/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
index 9d9f6e7..7597769 100644
--- a/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
+++ b/digikam/imageplugins/sheartool/imageeffect_sheartool.cpp
@@ -112,7 +112,7 @@ ImageEffect_ShearTool::ImageEffect_ShearTool(TQWidget* parent)
gridSettings->addMultiCellWidget(label2, 1, 1, 0, 0);
gridSettings->addMultiCellWidget(m_newHeightLabel, 1, 1, 1, 2);
- KSeparator *line = new KSeparator(Qt::Horizontal, gboxSettings);
+ KSeparator *line = new KSeparator(Horizontal, gboxSettings);
gridSettings->addMultiCellWidget(line, 2, 2, 0, 2);
TQLabel *label3 = new TQLabel(i18n("Main horizontal angle:"), gboxSettings);
diff --git a/digikam/imageplugins/sheartool/sheartool.cpp b/digikam/imageplugins/sheartool/sheartool.cpp
index 603ea20..a37818a 100644
--- a/digikam/imageplugins/sheartool/sheartool.cpp
+++ b/digikam/imageplugins/sheartool/sheartool.cpp
@@ -99,7 +99,7 @@ ShearTool::ShearTool(TQObject* parent)
m_newHeightLabel = new TQLabel(temp.setNum( iface.originalHeight()) + i18n(" px"), m_gboxSettings->plainPage());
m_newHeightLabel->setAlignment( AlignBottom | AlignRight );
- KSeparator *line = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line = new KSeparator(Horizontal, m_gboxSettings->plainPage());
TQLabel *label3 = new TQLabel(i18n("Main horizontal angle:"), m_gboxSettings->plainPage());
m_mainHAngleInput = new RIntNumInput(m_gboxSettings->plainPage());
diff --git a/digikam/imageplugins/superimpose/Makefile.am b/digikam/imageplugins/superimpose/Makefile.am
index 149e675..273e0ab 100644
--- a/digikam/imageplugins/superimpose/Makefile.am
+++ b/digikam/imageplugins/superimpose/Makefile.am
@@ -29,7 +29,7 @@ digikamimageplugin_superimpose_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librarie
kde_services_DATA = digikamimageplugin_superimpose.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_superimpose.la
+kde_module_LTLIBRARIES = digikamimageplugin_superimpose.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_superimpose_ui.rc
diff --git a/digikam/imageplugins/texture/Makefile.am b/digikam/imageplugins/texture/Makefile.am
index 8bdf424..f96b06c 100644
--- a/digikam/imageplugins/texture/Makefile.am
+++ b/digikam/imageplugins/texture/Makefile.am
@@ -28,7 +28,7 @@ digikamimageplugin_texture_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -
kde_services_DATA = digikamimageplugin_texture.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_texture.la
+kde_module_LTLIBRARIES = digikamimageplugin_texture.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_texture_ui.rc
diff --git a/digikam/imageplugins/whitebalance/Makefile.am b/digikam/imageplugins/whitebalance/Makefile.am
index a0275a1..9fa9950 100644
--- a/digikam/imageplugins/whitebalance/Makefile.am
+++ b/digikam/imageplugins/whitebalance/Makefile.am
@@ -27,7 +27,7 @@ digikamimageplugin_whitebalance_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_librari
kde_services_DATA = digikamimageplugin_whitebalance.desktop
-#kde_module_LTLIBRARIES = digikamimageplugin_whitebalance.la
+kde_module_LTLIBRARIES = digikamimageplugin_whitebalance.la
rcdir = $(kde_datadir)/digikam
rc_DATA = digikamimageplugin_whitebalance_ui.rc
diff --git a/digikam/imageplugins/whitebalance/imageeffect_whitebalance.cpp b/digikam/imageplugins/whitebalance/imageeffect_whitebalance.cpp
index 69bd96e..2db833e 100644
--- a/digikam/imageplugins/whitebalance/imageeffect_whitebalance.cpp
+++ b/digikam/imageplugins/whitebalance/imageeffect_whitebalance.cpp
@@ -238,7 +238,7 @@ ImageEffect_WhiteBalance::ImageEffect_WhiteBalance(TQWidget* parent)
"image used to set white color balance temperature and "
"green component."));
- KSeparator *line = new KSeparator(Qt::Horizontal, gboxSettings);
+ KSeparator *line = new KSeparator(Horizontal, gboxSettings);
// -------------------------------------------------------------
@@ -273,7 +273,7 @@ ImageEffect_WhiteBalance::ImageEffect_WhiteBalance(TQWidget* parent)
TQWhatsThis::add(m_greenInput, i18n("<p>Set here the green component to set magenta color "
"cast removal level."));
- KSeparator *line2 = new KSeparator(Qt::Horizontal, gboxSettings);
+ KSeparator *line2 = new KSeparator(Horizontal, gboxSettings);
// -------------------------------------------------------------
diff --git a/digikam/imageplugins/whitebalance/whitebalancetool.cpp b/digikam/imageplugins/whitebalance/whitebalancetool.cpp
index 71a81b0..8cd70fa 100644
--- a/digikam/imageplugins/whitebalance/whitebalancetool.cpp
+++ b/digikam/imageplugins/whitebalance/whitebalancetool.cpp
@@ -237,7 +237,7 @@ WhiteBalanceTool::WhiteBalanceTool(TQObject* parent)
"image used to set white color balance temperature and "
"green component."));
- KSeparator *line = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line = new KSeparator(Horizontal, m_gboxSettings->plainPage());
// -------------------------------------------------------------
@@ -277,7 +277,7 @@ WhiteBalanceTool::WhiteBalanceTool(TQObject* parent)
TQWhatsThis::add(m_greenInput, i18n("<p>Set here the green component to set magenta color "
"cast removal level."));
- KSeparator *line2 = new KSeparator(Qt::Horizontal, m_gboxSettings->plainPage());
+ KSeparator *line2 = new KSeparator(Horizontal, m_gboxSettings->plainPage());
// -------------------------------------------------------------