summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todaybase.h44
1 files changed, 21 insertions, 23 deletions
diff --git a/core/pim/today/todaybase.h b/core/pim/today/todaybase.h
index ec06281..7c50f32 100644
--- a/core/pim/today/todaybase.h
+++ b/core/pim/today/todaybase.h
@@ -1,9 +1,17 @@
-/****************************************************************************
-** Form interface generated from reading ui file 'todaybase.ui'
+/*
+ * todaybase.h
+ *
+ * copyright : (c) 2002 by Maximilian Reiß
+ * email : harlekin@handhelds.org
+ *
+ */
+/***************************************************************************
**
-** Created: Wed Feb 13 19:36:45 2002
-** by: The User Interface Compiler (uic)
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+ ***************************************************************************/
+
#ifndef TODAYBASE_H
@@ -11,6 +19,3 @@
-#include <qvariant.h>
-#include <qwidget.h>
-#include <qscrollview.h>
-#include <qsplitter.h>
+#include <qlayout.h>
#include <opie/oclickablelabel.h>
@@ -18,3 +23,2 @@
class QVBox;
-class QHBoxLayout;
class QGridLayout;
@@ -23,2 +27,4 @@ class QLabel;
class QPushButton;
+class QBoxLayout;
+
@@ -32,18 +38,10 @@ public:
- //QScrollView* Frame4;
QFrame* Frame4;
QPushButton* DatesButton;
+ QVBoxLayout* layout;
OClickableLabel* OwnerField;
QLabel* Frame;
- QFrame* MailFrame;
- QLabel* TextLabel1;
- QScrollView* sv1;
- QVBox* DatesField;
+ QLabel* DateLabel;
QFrame* Frame15;
- QLabel* TodoField;
- QLabel* MailField;
- QPushButton* PushButton1;
- QPushButton* TodoButton;
- QPushButton* MailButton;
- QPushButton* getridoffuckingstrippeldlinesbutton;
+ OClickableLabel* ConfigButton;
@@ -54,2 +52,2 @@ protected:
-#endif // TODAYBASE_H
+#endif