summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/metadataedit/iptckeywords.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/metadataedit/iptckeywords.cpp')
-rw-r--r--kipi-plugins/metadataedit/iptckeywords.cpp40
1 files changed, 20 insertions, 20 deletions
diff --git a/kipi-plugins/metadataedit/iptckeywords.cpp b/kipi-plugins/metadataedit/iptckeywords.cpp
index 0cfa796..4f89638 100644
--- a/kipi-plugins/metadataedit/iptckeywords.cpp
+++ b/kipi-plugins/metadataedit/iptckeywords.cpp
@@ -127,39 +127,39 @@ IPTCKeywords::IPTCKeywords(TQWidget* parent)
// --------------------------------------------------------
- connect(d->keywordsBox, TQT_SIGNAL(selectionChanged()),
- this, TQT_SLOT(slotKeywordSelectionChanged()));
+ connect(d->keywordsBox, TQ_SIGNAL(selectionChanged()),
+ this, TQ_SLOT(slotKeywordSelectionChanged()));
- connect(d->addKeywordButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotAddKeyword()));
+ connect(d->addKeywordButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotAddKeyword()));
- connect(d->delKeywordButton, TQT_SIGNAL(clicked()),
- this, TQT_SLOT(slotDelKeyword()));
+ connect(d->delKeywordButton, TQ_SIGNAL(clicked()),
+ this, TQ_SLOT(slotDelKeyword()));
// --------------------------------------------------------
- connect(d->keywordsCheck, TQT_SIGNAL(toggled(bool)),
- d->keywordEdit, TQT_SLOT(setEnabled(bool)));
+ connect(d->keywordsCheck, TQ_SIGNAL(toggled(bool)),
+ d->keywordEdit, TQ_SLOT(setEnabled(bool)));
- connect(d->keywordsCheck, TQT_SIGNAL(toggled(bool)),
- d->keywordsBox, TQT_SLOT(setEnabled(bool)));
+ connect(d->keywordsCheck, TQ_SIGNAL(toggled(bool)),
+ d->keywordsBox, TQ_SLOT(setEnabled(bool)));
- connect(d->keywordsCheck, TQT_SIGNAL(toggled(bool)),
- d->addKeywordButton, TQT_SLOT(setEnabled(bool)));
+ connect(d->keywordsCheck, TQ_SIGNAL(toggled(bool)),
+ d->addKeywordButton, TQ_SLOT(setEnabled(bool)));
- connect(d->keywordsCheck, TQT_SIGNAL(toggled(bool)),
- d->delKeywordButton, TQT_SLOT(setEnabled(bool)));
+ connect(d->keywordsCheck, TQ_SIGNAL(toggled(bool)),
+ d->delKeywordButton, TQ_SLOT(setEnabled(bool)));
// --------------------------------------------------------
- connect(d->keywordsCheck, TQT_SIGNAL(toggled(bool)),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->keywordsCheck, TQ_SIGNAL(toggled(bool)),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->addKeywordButton, TQT_SIGNAL(clicked()),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->addKeywordButton, TQ_SIGNAL(clicked()),
+ this, TQ_SIGNAL(signalModified()));
- connect(d->delKeywordButton, TQT_SIGNAL(clicked()),
- this, TQT_SIGNAL(signalModified()));
+ connect(d->delKeywordButton, TQ_SIGNAL(clicked()),
+ this, TQ_SIGNAL(signalModified()));
}
IPTCKeywords::~IPTCKeywords()