summaryrefslogtreecommitdiff
path: root/core/pim/today/configwidget.h
authorzecke <zecke>2002-09-15 22:11:24 (UTC)
committer zecke <zecke>2002-09-15 22:11:24 (UTC)
commit62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a (patch) (unidiff)
tree635a895479b4c93978b0fc0a9b55971a51f8afbe /core/pim/today/configwidget.h
parent7b2b6ecd7c26b983a0dd6a16412edf1e751082d0 (diff)
downloadopie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.zip
opie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.tar.gz
opie-62fd3b9ecd507d8d1c05d26c0c292eea5a67e06a.tar.bz2
revert my changes they we're unwished
Diffstat (limited to 'core/pim/today/configwidget.h') (more/less context) (ignore 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 ) {};