summaryrefslogtreecommitdiff
path: root/core/pim/today/clickablelabel.cpp
authorsimon <simon>2002-04-30 14:44:34 (UTC)
committer simon <simon>2002-04-30 14:44:34 (UTC)
commita0cdb6f85e270e20bd5383e980df9dcf862a93ce (patch) (side-by-side diff)
tree5942039766e8dcf62376c27109430a62ae69afd2 /core/pim/today/clickablelabel.cpp
parentc63b1853bb26bcd5ae21b73eb21d858a56534914 (diff)
downloadopie-a0cdb6f85e270e20bd5383e980df9dcf862a93ce.zip
opie-a0cdb6f85e270e20bd5383e980df9dcf862a93ce.tar.gz
opie-a0cdb6f85e270e20bd5383e980df9dcf862a93ce.tar.bz2
- no default args in method impls
Diffstat (limited to 'core/pim/today/clickablelabel.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/clickablelabel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/clickablelabel.cpp b/core/pim/today/clickablelabel.cpp
index 6912c34..e11cef6 100644
--- a/core/pim/today/clickablelabel.cpp
+++ b/core/pim/today/clickablelabel.cpp
@@ -1,8 +1,8 @@
#include "clickablelabel.h"
-ClickableLabel::ClickableLabel(QWidget* parent = 0,
- const char* name = 0,
- WFlags fl = 0) :
+ClickableLabel::ClickableLabel(QWidget* parent,
+ const char* name,
+ WFlags fl) :
QLabel(parent,name,fl)
{
setFrameShape(NoFrame);