summaryrefslogtreecommitdiff
path: root/core
authorzecke <zecke>2002-11-03 11:08:36 (UTC)
committer zecke <zecke>2002-11-03 11:08:36 (UTC)
commit231992e3a25b1bf3667ee20b6d43dd8eda95bc74 (patch) (unidiff)
treeee598e790feccbf048366c8ef9114948386347f1 /core
parent2ddf0a555fc848930de8b0f7b237bbd7f2a028ca (diff)
downloadopie-231992e3a25b1bf3667ee20b6d43dd8eda95bc74.zip
opie-231992e3a25b1bf3667ee20b6d43dd8eda95bc74.tar.gz
opie-231992e3a25b1bf3667ee20b6d43dd8eda95bc74.tar.bz2
no default arguments
Patch from jowenn
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/configdlg.cpp2
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,11 +1,11 @@
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
5ConfigDlg::ConfigDlg( QWidget *parent = 0, const char *name = 0 ): 5ConfigDlg::ConfigDlg( QWidget *parent, const char *name):
6 ConfigDlg_Base(parent, name, true ) 6 ConfigDlg_Base(parent, name, true )
7{} 7{}
8 8
9 9
10bool ConfigDlg::useRegExp() const 10bool ConfigDlg::useRegExp() const
11{ 11{