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.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/akregator/src/propertiesdialog.cpp b/akregator/src/propertiesdialog.cpp
index 149eb480..7bea6f53 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()
@@ -321,4 +321,3 @@ void FeedPropertiesDialog::selectFeedName()
} // namespace Akregator
#include "propertiesdialog.moc"
-// vim: ts=4 sw=4 et