summaryrefslogtreecommitdiff
path: root/core/pim/today/clickablelabel.cpp
Unidiff
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 @@
1#include "clickablelabel.h" 1#include "clickablelabel.h"
2 2
3ClickableLabel::ClickableLabel(QWidget* parent = 0, 3ClickableLabel::ClickableLabel(QWidget* parent,
4 const char* name = 0, 4 const char* name,
5 WFlags fl = 0) : 5 WFlags fl) :
6 QLabel(parent,name,fl) 6 QLabel(parent,name,fl)
7{ 7{
8 setFrameShape(NoFrame); 8 setFrameShape(NoFrame);