summaryrefslogtreecommitdiffstats
path: root/knode/knnntpaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knnntpaccount.cpp')
-rw-r--r--knode/knnntpaccount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knode/knnntpaccount.cpp b/knode/knnntpaccount.cpp
index 1887baae..0e685531 100644
--- a/knode/knnntpaccount.cpp
+++ b/knode/knnntpaccount.cpp
@@ -181,10 +181,10 @@ TQString KNNntpAccount::path()
}
-bool KNNntpAccount::editProperties(TQWidget *parent)
+bool KNNntpAccount::editProperties(TQWidget *tqparent)
{
if(!i_dentity) i_dentity=new KNConfig::Identity(false);
- KNConfig::NntpAccountConfDialog *d = new KNConfig::NntpAccountConfDialog(this, parent);
+ KNConfig::NntpAccountConfDialog *d = new KNConfig::NntpAccountConfDialog(this, tqparent);
bool ret=false;
if (d->exec()) {