summaryrefslogtreecommitdiff
path: root/noncore/net/mail/nntpgroupsdlg.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/nntpgroupsdlg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/nntpgroupsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/nntpgroupsdlg.cpp b/noncore/net/mail/nntpgroupsdlg.cpp
index 752ce3c..c94d9fa 100644
--- a/noncore/net/mail/nntpgroupsdlg.cpp
+++ b/noncore/net/mail/nntpgroupsdlg.cpp
@@ -6,7 +6,7 @@
#include <qlayout.h>
NNTPGroupsDlg::NNTPGroupsDlg(NNTPaccount *account,QWidget * parent, const char * name)
- : QDialog(parent,name,true)
+ : QDialog(parent,name,true,WStyle_ContextHelp)
{
setCaption(tr("Subscribed newsgroups"));
m_Account = account;