summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/setup/setupicc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/setup/setupicc.cpp')
-rw-r--r--digikam/utilities/setup/setupicc.cpp32
1 files changed, 16 insertions, 16 deletions
diff --git a/digikam/utilities/setup/setupicc.cpp b/digikam/utilities/setup/setupicc.cpp
index fcba0d4..b08750c 100644
--- a/digikam/utilities/setup/setupicc.cpp
+++ b/digikam/utilities/setup/setupicc.cpp
@@ -339,29 +339,29 @@ SetupICC::SetupICC(TQWidget* parent, KDialogBase* dialog )
// --------------------------------------------------------
- connect(d->managedView, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotToggleManagedView(bool)));
+ connect(d->managedView, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotToggleManagedView(bool)));
- 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(d->enableColorManagement, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotToggledWidgets(bool)));
+ connect(d->enableColorManagement, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotToggledWidgets(bool)));
- connect(d->infoProofProfiles, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotClickedProof()) );
+ connect(d->infoProofProfiles, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotClickedProof()) );
- connect(d->infoInProfiles, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotClickedIn()) );
+ connect(d->infoInProfiles, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotClickedIn()) );
- connect(d->infoMonitorProfiles, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotClickedMonitor()) );
+ connect(d->infoMonitorProfiles, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotClickedMonitor()) );
- connect(d->infoWorkProfiles, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotClickedWork()));
+ connect(d->infoWorkProfiles, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotClickedWork()));
- connect(d->defaultPathKU, TQT_SIGNAL(urlSelected(const TQString&)),
- this, TQT_SLOT(slotFillCombos(const TQString&)));
+ connect(d->defaultPathKU, TQ_SIGNAL(urlSelected(const TQString&)),
+ this, TQ_SLOT(slotFillCombos(const TQString&)));
// --------------------------------------------------------