summaryrefslogtreecommitdiff
path: root/core/pim/datebook/clickablelabel.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/clickablelabel.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/clickablelabel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/datebook/clickablelabel.cpp b/core/pim/datebook/clickablelabel.cpp
index 1dd0d15..128bebb 100644
--- a/core/pim/datebook/clickablelabel.cpp
+++ b/core/pim/datebook/clickablelabel.cpp
@@ -1,18 +1,18 @@
#include "clickablelabel.h"
#include <stdio.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)
{
textInverted=false;
isToggle=false;
isDown=false;
showState(false);
setFrameShadow(Sunken);
}
void ClickableLabel::setToggleButton(bool t) {
isToggle=t;
}