summaryrefslogtreecommitdiffstats
path: root/digikam/utilities/cameragui/renamecustomizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/utilities/cameragui/renamecustomizer.cpp')
-rw-r--r--digikam/utilities/cameragui/renamecustomizer.cpp48
1 files changed, 24 insertions, 24 deletions
diff --git a/digikam/utilities/cameragui/renamecustomizer.cpp b/digikam/utilities/cameragui/renamecustomizer.cpp
index bc7b4c6..a906ccb 100644
--- a/digikam/utilities/cameragui/renamecustomizer.cpp
+++ b/digikam/utilities/cameragui/renamecustomizer.cpp
@@ -254,41 +254,41 @@ RenameCustomizer::RenameCustomizer(TQWidget* parent, const TQString& cameraTitle
// -- setup connections -------------------------------------------------
- connect(this, TQT_SIGNAL(clicked(int)),
- this, TQT_SLOT(slotRadioButtonClicked(int)));
+ connect(this, TQ_SIGNAL(clicked(int)),
+ this, TQ_SLOT(slotRadioButtonClicked(int)));
- connect(d->renameCustomPrefix, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->renameCustomPrefix, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->renameCustomSuffix, TQT_SIGNAL(textChanged(const TQString&)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->renameCustomSuffix, TQ_SIGNAL(textChanged(const TQString&)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->addDateTimeBox, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->addDateTimeBox, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->addCameraNameBox, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->addCameraNameBox, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->addSeqNumberBox, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->addSeqNumberBox, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->renameDefaultCaseType, TQT_SIGNAL(activated(const TQString&)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->renameDefaultCaseType, TQ_SIGNAL(activated(const TQString&)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->startIndexInput, TQT_SIGNAL(valueChanged (int)),
- this, TQT_SLOT(slotRenameOptionsChanged()));
+ connect(d->startIndexInput, TQ_SIGNAL(valueChanged (int)),
+ this, TQ_SLOT(slotRenameOptionsChanged()));
- connect(d->changedTimer, TQT_SIGNAL(timeout()),
- this, TQT_SIGNAL(signalChanged()));
+ connect(d->changedTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SIGNAL(signalChanged()));
- connect(d->dateTimeButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotDateTimeButtonClicked()));
+ connect(d->dateTimeButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotDateTimeButtonClicked()));
- connect(d->dateTimeFormat, TQT_SIGNAL(activated(int)),
- this, TQT_SLOT(slotDateTimeFormatChanged(int)));
+ connect(d->dateTimeFormat, TQ_SIGNAL(activated(int)),
+ this, TQ_SLOT(slotDateTimeFormatChanged(int)));
- connect(d->addDateTimeBox, TQT_SIGNAL(toggled(bool)),
- this, TQT_SLOT(slotDateTimeBoxToggled(bool)));
+ connect(d->addDateTimeBox, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SLOT(slotDateTimeBoxToggled(bool)));
// -- initial values ---------------------------------------------------