summaryrefslogtreecommitdiffstats
path: root/akregator/src/propertiesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/propertiesdialog.cpp')
-rw-r--r--akregator/src/propertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/propertiesdialog.cpp b/akregator/src/propertiesdialog.cpp
index b8d318e86..7bea6f530 100644
--- a/akregator/src/propertiesdialog.cpp
+++ b/akregator/src/propertiesdialog.cpp
@@ -72,7 +72,7 @@ FeedPropertiesDialog::FeedPropertiesDialog(TQWidget *parent, const char *name)
setMainWidget(widget);
widget->feedNameEdit->setFocus();
- connect(widget->feedNameEdit, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(slotSetCaption(const TQString&)));
+ connect(widget->feedNameEdit, TQ_SIGNAL(textChanged(const TQString&)), this, TQ_SLOT(slotSetCaption(const TQString&)));
}
FeedPropertiesDialog::~FeedPropertiesDialog()