summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/exifcaption.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/exifcaption.cpp')
-rw-r--r--kipi-plugins/metadataedit/exifcaption.cpp72
1 files changed, 36 insertions, 36 deletions
diff --git a/kipi-plugins/metadataedit/exifcaption.cpp b/kipi-plugins/metadataedit/exifcaption.cpp
index 60c00d7..7642fc4 100644
--- a/kipi-plugins/metadataedit/exifcaption.cpp
+++ b/kipi-plugins/metadataedit/exifcaption.cpp
@@ -175,63 +175,63 @@ EXIFCaption::EXIFCaption(TQWidget* parent)
// --------------------------------------------------------
- connect(d->documentNameCheck, TQT_SIGNAL(toggled(bool)),
- d->documentNameEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->documentNameCheck, TQ_SIGNAL(toggled(bool)),
+ d->documentNameEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->imageDescCheck, TQT_SIGNAL(toggled(bool)),
- d->imageDescEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->imageDescCheck, TQ_SIGNAL(toggled(bool)),
+ d->imageDescEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->artistCheck, TQT_SIGNAL(toggled(bool)),
- d->artistEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->artistCheck, TQ_SIGNAL(toggled(bool)),
+ d->artistEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->copyrightCheck, TQT_SIGNAL(toggled(bool)),
- d->copyrightEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->copyrightCheck, TQ_SIGNAL(toggled(bool)),
+ d->copyrightEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->userCommentCheck, TQT_SIGNAL(toggled(bool)),
- d->userCommentEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->userCommentCheck, TQ_SIGNAL(toggled(bool)),
+ d->userCommentEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->userCommentCheck, TQT_SIGNAL(toggled(bool)),
- d->syncJFIFCommentCheck, TQT_SLOT(setEnabled(bool)));
+ connect(d->userCommentCheck, TQ_SIGNAL(toggled(bool)),
+ d->syncJFIFCommentCheck, TQ_SLOT(setEnabled(bool)));
- connect(d->userCommentCheck, TQT_SIGNAL(toggled(bool)),
- d->syncHOSTCommentCheck, TQT_SLOT(setEnabled(bool)));
+ connect(d->userCommentCheck, TQ_SIGNAL(toggled(bool)),
+ d->syncHOSTCommentCheck, TQ_SLOT(setEnabled(bool)));
- connect(d->userCommentCheck, TQT_SIGNAL(toggled(bool)),
- d->syncIPTCCaptionCheck, TQT_SLOT(setEnabled(bool)));
+ connect(d->userCommentCheck, TQ_SIGNAL(toggled(bool)),
+ d->syncIPTCCaptionCheck, TQ_SLOT(setEnabled(bool)));
// --------------------------------------------------------
- connect(d->documentNameCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->documentNameCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->imageDescCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->imageDescCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->artistCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->artistCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->copyrightCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->copyrightCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->userCommentCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->userCommentCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
// --------------------------------------------------------
- connect(d->userCommentEdit, TQT_SIGNAL(textChanged()),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->userCommentEdit, TQ_SIGNAL(textChanged()),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->documentNameEdit, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->documentNameEdit, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->imageDescEdit, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->imageDescEdit, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->artistEdit, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->artistEdit, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->copyrightEdit, TQT_SIGNAL(textChanged(const TQString &)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->copyrightEdit, TQ_SIGNAL(textChanged(const TQString &)),
+ this, TQ_SIGNAL(signalModified()));
}
EXIFCaption::~EXIFCaption()