summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:38 -0600
commit3b6fffbdfed82ed3ab983a0370a64ee7267c825e (patch)
treea07d0a35dc0b269203327dd530b418a1add559b8 /digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
parent2b3aa210d14678345e222621ad199acc62a157ad (diff)
downloaddigikam-3b6fffbdfed82ed3ab983a0370a64ee7267c825e.tar.gz
digikam-3b6fffbdfed82ed3ab983a0370a64ee7267c825e.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 2b3aa210d14678345e222621ad199acc62a157ad.
Diffstat (limited to 'digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp')
-rw-r--r--digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
index c88fbdb..926b467 100644
--- a/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
+++ b/digikam/imageplugins/distortionfx/imageeffect_distortionfx.cpp
@@ -29,7 +29,7 @@
#include <tqlabel.h>
#include <tqwhatsthis.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqframe.h>
#include <tqimage.h>
#include <tqspinbox.h>
@@ -117,7 +117,7 @@ ImageEffect_DistortionFX::ImageEffect_DistortionFX(TQWidget* parent)
m_effectType->insertItem( i18n("Unpolar Coordinates") );
m_effectType->insertItem( i18n("Tile") );
TQWhatsThis::add( m_effectType, i18n("<p>Here, select the type of effect to apply to the image.<p>"
- "<b>Fish Eyes</b>: warps the photograph around a 3D spherical shape to "
+ "<b>Fish Eyes</b>: warps the photograph around a 3D spherical tqshape to "
"reproduce the common photograph 'Fish Eyes' effect.<p>"
"<b>Twirl</b>: spins the photograph to produce a Twirl pattern.<p>"
"<b>Cylinder Hor.</b>: warps the photograph around a horizontal cylinder.<p>"