summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/border/imageeffect_border.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/border/imageeffect_border.cpp')
-rw-r--r--digikam/imageplugins/border/imageeffect_border.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/border/imageeffect_border.cpp b/digikam/imageplugins/border/imageeffect_border.cpp
index 6330e79..2e8dc7a 100644
--- a/digikam/imageplugins/border/imageeffect_border.cpp
+++ b/digikam/imageplugins/border/imageeffect_border.cpp
@@ -148,9 +148,9 @@ ImageEffect_Border::ImageEffect_Border(TQWidget* tqparent)
// -------------------------------------------------------------------
m_labelForeground = new TQLabel(gboxSettings);
- m_firstColorButton = new KColorButton( TQColor::TQColor( 192, 192, 192 ), gboxSettings );
+ m_firstColorButton = new KColorButton( TQColor( 192, 192, 192 ), gboxSettings );
m_labelBackground = new TQLabel(gboxSettings);
- m_secondColorButton = new KColorButton( TQColor::TQColor( 128, 128, 128 ), gboxSettings );
+ m_secondColorButton = new KColorButton( TQColor( 128, 128, 128 ), gboxSettings );
// -------------------------------------------------------------------