summaryrefslogtreecommitdiff
path: root/inputmethods
authorzecke <zecke>2002-11-03 11:10:04 (UTC)
committer zecke <zecke>2002-11-03 11:10:04 (UTC)
commiteac6c5d3a22147d78866122c2f5b89d3fdf6bfc6 (patch) (unidiff)
treed096190896794e21fd2194a8ff17edec61b2c64f /inputmethods
parent3176ef8fcbaa4716738df7d2e4c0216ccaab604a (diff)
downloadopie-eac6c5d3a22147d78866122c2f5b89d3fdf6bfc6.zip
opie-eac6c5d3a22147d78866122c2f5b89d3fdf6bfc6.tar.gz
opie-eac6c5d3a22147d78866122c2f5b89d3fdf6bfc6.tar.bz2
No default arguments....
Patch by jowenn
Diffstat (limited to 'inputmethods') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/handwriting/qimpeninput.cpp4
-rw-r--r--inputmethods/handwriting/qimpeninput.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/inputmethods/handwriting/qimpeninput.cpp b/inputmethods/handwriting/qimpeninput.cpp
index 3f7a347..db33c9b 100644
--- a/inputmethods/handwriting/qimpeninput.cpp
+++ b/inputmethods/handwriting/qimpeninput.cpp
@@ -134,8 +134,8 @@ static char * help_xpm[] = {
134 134
135 Pen input widget. 135 Pen input widget.
136*/ 136*/
137QIMPenInput::QIMPenInput( QWidget *parent, const char *name, WFlags f ) 137QIMPenInput::QIMPenInput( QWidget *parent, const char *name, WFlags wf )
138 : QFrame( parent, name, f ), helpDlg(0), profile(0) 138 : QFrame( parent, name, wf ), helpDlg(0), profile(0)
139{ 139{
140 setFrameStyle( Box | Plain ); 140 setFrameStyle( Box | Plain );
141 141
diff --git a/inputmethods/handwriting/qimpeninput.h b/inputmethods/handwriting/qimpeninput.h
index b4e4006..75cf260 100644
--- a/inputmethods/handwriting/qimpeninput.h
+++ b/inputmethods/handwriting/qimpeninput.h
@@ -41,7 +41,7 @@ class QIMPenInput : public QFrame
41{ 41{
42 Q_OBJECT 42 Q_OBJECT
43public: 43public:
44 QIMPenInput( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); 44 QIMPenInput( QWidget *parent = 0, const char *name = 0, WFlags wf = 0 );
45 virtual ~QIMPenInput(); 45 virtual ~QIMPenInput();
46 46
47 void resetState(); 47 void resetState();