summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/iccprooftool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/imageplugins/coreplugin/iccprooftool.cpp')
-rw-r--r--digikam/imageplugins/coreplugin/iccprooftool.cpp92
1 files changed, 46 insertions, 46 deletions
diff --git a/digikam/imageplugins/coreplugin/iccprooftool.cpp b/digikam/imageplugins/coreplugin/iccprooftool.cpp
index 35097d1..b74adf9 100644
--- a/digikam/imageplugins/coreplugin/iccprooftool.cpp
+++ b/digikam/imageplugins/coreplugin/iccprooftool.cpp
@@ -292,7 +292,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
TQGridLayout *firstPageLayout = new TQGridLayout(inProfiles, 4, 2);
- m_inProfileBG = new TQButtonGroup(4, Qt::Vertical, inProfiles);
+ m_inProfileBG = new TQButtonGroup(4, TQt::Vertical, inProfiles);
m_inProfileBG->setFrameStyle(TQFrame::NoFrame);
m_inProfileBG->setInsideMargin(0);
@@ -318,7 +318,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
TQPushButton *inProfilesInfo = new TQPushButton(i18n("Info..."), inProfiles);
- TQGroupBox *pictureInfo = new TQGroupBox(2, Qt::Horizontal, i18n("Camera information"), inProfiles);
+ TQGroupBox *pictureInfo = new TQGroupBox(2, TQt::Horizontal, i18n("Camera information"), inProfiles);
new TQLabel(i18n("Make:"), pictureInfo);
KSqueezedTextLabel *make = new KSqueezedTextLabel(0, pictureInfo);
new TQLabel(i18n("Model:"), pictureInfo);
@@ -342,7 +342,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
TQGridLayout *secondPageLayout = new TQGridLayout(spaceProfiles, 3, 2);
- m_spaceProfileBG = new TQButtonGroup(2, Qt::Vertical, spaceProfiles);
+ m_spaceProfileBG = new TQButtonGroup(2, TQt::Vertical, spaceProfiles);
m_spaceProfileBG->setFrameStyle(TQFrame::NoFrame);
m_spaceProfileBG->setInsideMargin(0);
@@ -376,7 +376,7 @@ ICCProofTool::ICCProofTool(TQObject* parent)
TQGridLayout *thirdPageLayout = new TQGridLayout(proofProfiles, 3, 2);
- m_proofProfileBG = new TQButtonGroup(2, Qt::Vertical, proofProfiles);
+ m_proofProfileBG = new TQButtonGroup(2, TQt::Vertical, proofProfiles);
m_proofProfileBG->setFrameStyle(TQFrame::NoFrame);
m_proofProfileBG->setInsideMargin(0);
@@ -455,78 +455,78 @@ ICCProofTool::ICCProofTool(TQObject* parent)
// -------------------------------------------------------------
- connect(lcmsLogoLabel, TQT_SIGNAL(leftClickedURL(const TQString&)),
- this, TQT_SLOT(processLCMSURL(const TQString&)));
+ connect(lcmsLogoLabel, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ this, TQ_SLOT(processLCMSURL(const TQString&)));
- connect(m_channelCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotChannelChanged(int)));
+ connect(m_channelCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotChannelChanged(int)));
- connect(m_scaleBG, TQT_SIGNAL(released(int)),
- this, TQT_SLOT(slotScaleChanged(int)));
+ connect(m_scaleBG, TQ_SIGNAL(released(int)),
+ this, TQ_SLOT(slotScaleChanged(int)));
- connect(m_curvesWidget, TQT_SIGNAL(signalCurvesChanged()),
- this, TQT_SLOT(slotTimer()));
+ connect(m_curvesWidget, TQ_SIGNAL(signalCurvesChanged()),
+ this, TQ_SLOT(slotTimer()));
- connect(m_cInput, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotTimer()));
+ connect(m_cInput, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotTimer()));
- connect(m_renderingIntentsCB, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_renderingIntentsCB, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotEffect()));
//-- Check box options connections -------------------------------------------
- connect(m_doSoftProofBox, TQT_SIGNAL(toggled (bool)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_doSoftProofBox, TQ_SIGNAL(toggled (bool)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_checkGamutBox, TQT_SIGNAL(toggled (bool)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_checkGamutBox, TQ_SIGNAL(toggled (bool)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_BPCBox, TQT_SIGNAL(toggled (bool)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_BPCBox, TQ_SIGNAL(toggled (bool)),
+ this, TQ_SLOT(slotEffect()));
//-- Button Group ICC profile options connections ----------------------------
- connect(m_inProfileBG, TQT_SIGNAL(released (int)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_inProfileBG, TQ_SIGNAL(released (int)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_spaceProfileBG, TQT_SIGNAL(released (int)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_spaceProfileBG, TQ_SIGNAL(released (int)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_proofProfileBG, TQT_SIGNAL(released (int)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_proofProfileBG, TQ_SIGNAL(released (int)),
+ this, TQ_SLOT(slotEffect()));
//-- url requester ICC profile connections -----------------------------------
- connect(m_inProfilesPath, TQT_SIGNAL(urlSelected(const TQString&)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_inProfilesPath, TQ_SIGNAL(urlSelected(const TQString&)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_spaceProfilePath, TQT_SIGNAL(urlSelected(const TQString&)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_spaceProfilePath, TQ_SIGNAL(urlSelected(const TQString&)),
+ this, TQ_SLOT(slotEffect()));
- connect(m_proofProfilePath, TQT_SIGNAL(urlSelected(const TQString&)),
- this, TQT_SLOT(slotEffect()));
+ connect(m_proofProfilePath, TQ_SIGNAL(urlSelected(const TQString&)),
+ this, TQ_SLOT(slotEffect()));
//-- Image preview widget connections ----------------------------
- connect(m_previewWidget, TQT_SIGNAL(signalResized()),
- this, TQT_SLOT(slotEffect()));
+ connect(m_previewWidget, TQ_SIGNAL(signalResized()),
+ this, TQ_SLOT(slotEffect()));
- connect(m_previewWidget, TQT_SIGNAL(spotPositionChangedFromOriginal( const Digikam::DColor &, const TQPoint & )),
- this, TQT_SLOT(slotSpotColorChanged( const Digikam::DColor & )));
+ connect(m_previewWidget, TQ_SIGNAL(spotPositionChangedFromOriginal( const Digikam::DColor &, const TQPoint & )),
+ this, TQ_SLOT(slotSpotColorChanged( const Digikam::DColor & )));
- connect(m_previewWidget, TQT_SIGNAL(spotPositionChangedFromTarget( const Digikam::DColor &, const TQPoint & )),
- this, TQT_SLOT(slotColorSelectedFromTarget( const Digikam::DColor & )));
+ connect(m_previewWidget, TQ_SIGNAL(spotPositionChangedFromTarget( const Digikam::DColor &, const TQPoint & )),
+ this, TQ_SLOT(slotColorSelectedFromTarget( const Digikam::DColor & )));
//-- ICC profile preview connections -----------------------------
- connect(inProfilesInfo, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotInICCInfo()));
+ connect(inProfilesInfo, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotInICCInfo()));
- connect(spaceProfilesInfo, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotSpaceICCInfo()));
+ connect(spaceProfilesInfo, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotSpaceICCInfo()));
- connect(proofProfilesInfo, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotProofICCInfo()));
+ connect(proofProfilesInfo, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotProofICCInfo()));
}
ICCProofTool::~ICCProofTool()