-rw-r--r-- | core/pim/addressbook/configdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/addressbook/configdlg.cpp b/core/pim/addressbook/configdlg.cpp index c0195d1..d1c2ef8 100644 --- a/core/pim/addressbook/configdlg.cpp +++ b/core/pim/addressbook/configdlg.cpp | |||
@@ -1,21 +1,21 @@ | |||
1 | #include "configdlg.h" | 1 | #include "configdlg.h" |
2 | #include <qcheckbox.h> | 2 | #include <qcheckbox.h> |
3 | #include <qradiobutton.h> | 3 | #include <qradiobutton.h> |
4 | 4 | ||
5 | ConfigDlg::ConfigDlg( QWidget *parent = 0, const char *name = 0 ): | 5 | ConfigDlg::ConfigDlg( QWidget *parent, const char *name): |
6 | ConfigDlg_Base(parent, name, true ) | 6 | ConfigDlg_Base(parent, name, true ) |
7 | {} | 7 | {} |
8 | 8 | ||
9 | 9 | ||
10 | bool ConfigDlg::useRegExp() const | 10 | bool ConfigDlg::useRegExp() const |
11 | { | 11 | { |
12 | return m_useRegExp->isOn(); | 12 | return m_useRegExp->isOn(); |
13 | } | 13 | } |
14 | bool ConfigDlg::useWildCards() const | 14 | bool ConfigDlg::useWildCards() const |
15 | { | 15 | { |
16 | return m_useWildCard->isOn(); | 16 | return m_useWildCard->isOn(); |
17 | } | 17 | } |
18 | bool ConfigDlg::useQtMail() const | 18 | bool ConfigDlg::useQtMail() const |
19 | { | 19 | { |
20 | return m_useQtMail->isOn(); | 20 | return m_useQtMail->isOn(); |
21 | } | 21 | } |