summaryrefslogtreecommitdiffstats
path: root/knode/kngroupdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-28 14:56:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-29 23:45:49 +0900
commit0e1649599e9aea4fccb8435fbf74796e0756d282 (patch)
tree5c62a6ea7aa518a1caa641adbd1b7f6b3182c3df /knode/kngroupdialog.h
parentfd0046c40716f19ab1bd3bff77b123e373b73771 (diff)
downloadtdepim-0e164959.tar.gz
tdepim-0e164959.zip
Fix functionality broken by commit fd0046c4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knode/kngroupdialog.h')
-rw-r--r--knode/kngroupdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kngroupdialog.h b/knode/kngroupdialog.h
index 49a3971d..6ac45eb9 100644
--- a/knode/kngroupdialog.h
+++ b/knode/kngroupdialog.h
@@ -29,7 +29,7 @@ class KNGroupDialog : public KNGroupBrowser {
KNGroupDialog(TQWidget *parent, KNNntpAccount *a);
~KNGroupDialog();
- void toSubscribe(TQPtrList<KNGroupInfo> *l);
+ void toSubscribe(std::list<KNGroupInfo*> *l);
void toUnsubscribe(TQStringList *l);
protected: