summaryrefslogtreecommitdiff
path: root/noncore/net/mail/nntpgroups.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/nntpgroups.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/nntpgroups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/nntpgroups.h b/noncore/net/mail/nntpgroups.h
index 8cc2e8b..e5b7c35 100644
--- a/noncore/net/mail/nntpgroups.h
+++ b/noncore/net/mail/nntpgroups.h
@@ -6,28 +6,28 @@
#include <libmailwrapper/nntpwrapper.h>
class NNTPaccount;
class QStringList;
class NNTPGroups:public NNTPGroupsUI
{
Q_OBJECT
public:
NNTPGroups(NNTPaccount *account, QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
virtual ~NNTPGroups();
/* must be called from external.
* it will store the new subscription list into the account
* but don't save them, this must be done by the calling class.
*/
void storeValues();
protected slots:
virtual void slotGetNG();
protected:
virtual void fillGroups();
NNTPaccount*m_Account;
- QStringList subscribedGroups;
+ QStringList subscribedGroups,subscribedGroupsNotListed;
};
#endif