summaryrefslogtreecommitdiffstats
path: root/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/imageproperties/imagepropertiescolorstab.cpp')
-rw-r--r--digikam/libs/imageproperties/imagepropertiescolorstab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiescolorstab.cpp b/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
index 7388444..a30c69c 100644
--- a/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
+++ b/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
@@ -277,7 +277,7 @@ ImagePropertiesColorsTab::ImagePropertiesColorsTab(TQWidget* parent, bool navBar
// -------------------------------------------------------------
- TQGroupBox *gbox = new TQGroupBox(2, Qt::Horizontal, i18n("Statistics"), histogramPage);
+ TQGroupBox *gbox = new TQGroupBox(2, TQt::Horizontal, i18n("Statistics"), histogramPage);
TQWhatsThis::add( gbox, i18n("<p>Here you can see the statistical results calculated from the "
"selected histogram part. These values are available for all "
"channels."));