summaryrefslogtreecommitdiff
path: root/core/pim/today/configwidget.h
Unidiff
Diffstat (limited to 'core/pim/today/configwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/configwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/pim/today/configwidget.h b/core/pim/today/configwidget.h
index f3a83f9..f449db4 100644
--- a/core/pim/today/configwidget.h
+++ b/core/pim/today/configwidget.h
@@ -2,11 +2,10 @@
2#ifndef CONFIG_WIDGET_H 2#ifndef CONFIG_WIDGET_H
3#define CONFIG_WIDGET_H 3#define CONFIG_WIDGET_H
4 4
5#include <qwidget.h>
6 5
7 6
8class ConfigWidget : public QWidget { 7class ConfigWidget : public QWidget {
9 Q_OBJECT 8
10public: 9public:
11 10
12 ConfigWidget( QWidget *parent, const char *name ) : QWidget( parent, name ) {}; 11 ConfigWidget( QWidget *parent, const char *name ) : QWidget( parent, name ) {};