summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/iccprofiles/cietonguewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/iccprofiles/cietonguewidget.cpp')
-rw-r--r--digikam/libs/widgets/iccprofiles/cietonguewidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/widgets/iccprofiles/cietonguewidget.cpp b/digikam/libs/widgets/iccprofiles/cietonguewidget.cpp
index 233e9a0..2ec738b 100644
--- a/digikam/libs/widgets/iccprofiles/cietonguewidget.cpp
+++ b/digikam/libs/widgets/iccprofiles/cietonguewidget.cpp
@@ -213,8 +213,8 @@ CIETongueWidget::CIETongueWidget(int w, int h, TQWidget *parent, cmsHPROFILE hMo
d->hMonitorProfile, TYPE_RGB_8,
INTENT_PERCEPTUAL, 0);
- connect(d->blinkTimer, TQT_SIGNAL(timeout()),
- this, TQT_SLOT(slotBlinkTimerDone()));
+ connect(d->blinkTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(slotBlinkTimerDone()));
}
CIETongueWidget::~CIETongueWidget()