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.cpp48
1 files changed, 24 insertions, 24 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiescolorstab.cpp b/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
index a30c69c..af85953 100644
--- a/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
+++ b/digikam/libs/imageproperties/imagepropertiescolorstab.cpp
@@ -349,35 +349,35 @@ ImagePropertiesColorsTab::ImagePropertiesColorsTab(TQWidget* parent, bool navBar
// -------------------------------------------------------------
- connect(d->channelCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotChannelChanged(int)));
+ connect(d->channelCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotChannelChanged(int)));
- connect(d->scaleBG, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotScaleChanged(int)));
+ connect(d->scaleBG, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotScaleChanged(int)));
- connect(d->colorsCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotColorsChanged(int)));
+ connect(d->colorsCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotColorsChanged(int)));
- connect(d->regionBG, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotRenderingChanged(int)));
+ connect(d->regionBG, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotRenderingChanged(int)));
- connect(d->histogramWidget, TQT_SIGNAL(signalIntervalChanged( int, int )),
- this, TQT_SLOT(slotUpdateInterval(int, int)));
+ connect(d->histogramWidget, TQ_SIGNAL(signalIntervalChanged( int, int )),
+ this, TQ_SLOT(slotUpdateInterval(int, int)));
- connect(d->histogramWidget, TQT_SIGNAL(signalMaximumValueChanged( int )),
- this, TQT_SLOT(slotUpdateIntervRange(int)));
+ connect(d->histogramWidget, TQ_SIGNAL(signalMaximumValueChanged( int )),
+ this, TQ_SLOT(slotUpdateIntervRange(int)));
- connect(d->histogramWidget, TQT_SIGNAL(signalHistogramComputationDone(bool)),
- this, TQT_SLOT(slotRefreshOptions(bool)));
+ connect(d->histogramWidget, TQ_SIGNAL(signalHistogramComputationDone(bool)),
+ this, TQ_SLOT(slotRefreshOptions(bool)));
- connect(d->histogramWidget, TQT_SIGNAL(signalHistogramComputationFailed(void)),
- this, TQT_SLOT(slotHistogramComputationFailed(void)));
+ connect(d->histogramWidget, TQ_SIGNAL(signalHistogramComputationFailed(void)),
+ this, TQ_SLOT(slotHistogramComputationFailed(void)));
- connect(d->minInterv, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotMinValueChanged(int)));
+ connect(d->minInterv, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotMinValueChanged(int)));
- connect(d->maxInterv, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotMaxValueChanged(int)));
+ connect(d->maxInterv, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotMaxValueChanged(int)));
// -- read config ---------------------------------------------------------
@@ -509,11 +509,11 @@ void ImagePropertiesColorsTab::loadImageFromUrl(const KURL& url)
{
d->imageLoaderThread = new SharedLoadSaveThread();
- connect(d->imageLoaderThread, TQT_SIGNAL(signalImageLoaded(const LoadingDescription &, const DImg&)),
- this, TQT_SLOT(slotLoadImageFromUrlComplete(const LoadingDescription &, const DImg&)));
+ connect(d->imageLoaderThread, TQ_SIGNAL(signalImageLoaded(const LoadingDescription &, const DImg&)),
+ this, TQ_SLOT(slotLoadImageFromUrlComplete(const LoadingDescription &, const DImg&)));
- connect(d->imageLoaderThread, TQT_SIGNAL(signalMoreCompleteLoadingAvailable(const LoadingDescription &, const LoadingDescription &)),
- this, TQT_SLOT(slotMoreCompleteLoadingAvailable(const LoadingDescription &, const LoadingDescription &)));
+ connect(d->imageLoaderThread, TQ_SIGNAL(signalMoreCompleteLoadingAvailable(const LoadingDescription &, const LoadingDescription &)),
+ this, TQ_SLOT(slotMoreCompleteLoadingAvailable(const LoadingDescription &, const LoadingDescription &)));
}
LoadingDescription desc = LoadingDescription(url.path());