summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
authorharlekin <harlekin>2002-09-15 21:03:47 (UTC)
committer harlekin <harlekin>2002-09-15 21:03:47 (UTC)
commit251fd5b1687994c30e8bea1091e893468086223f (patch) (side-by-side diff)
tree3df0ba1775f2c0e7862e9995324d4869ef4b936f /core/pim/today/todaybase.h
parentf79126f5ba0b1d1520e5fb07716ffe9e2479aedf (diff)
downloadopie-251fd5b1687994c30e8bea1091e893468086223f.zip
opie-251fd5b1687994c30e8bea1091e893468086223f.tar.gz
opie-251fd5b1687994c30e8bea1091e893468086223f.tar.bz2
new today version, now plugin bases
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/todaybase.h48
1 files changed, 23 insertions, 25 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,26 +1,32 @@
-/****************************************************************************
-** Form interface generated from reading ui file 'todaybase.ui'
-**
-** Created: Wed Feb 13 19:36:45 2002
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+/*
+ * todaybase.h
+ *
+ * copyright : (c) 2002 by Maximilian Reiß
+ * email : harlekin@handhelds.org
+ *
+ */
+/***************************************************************************
+ * *
+ * 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. *
+ * *
+ ***************************************************************************/
+
#ifndef TODAYBASE_H
#define TODAYBASE_H
-#include <qvariant.h>
-#include <qwidget.h>
-#include <qscrollview.h>
-#include <qsplitter.h>
+#include <qlayout.h>
#include <opie/oclickablelabel.h>
class QVBox;
-class QHBoxLayout;
class QGridLayout;
class QFrame;
class QLabel;
class QPushButton;
+class QBoxLayout;
+
class TodayBase : public QWidget
{
@@ -30,26 +36,18 @@ public:
TodayBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~TodayBase();
- //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;
protected:
};
-#endif // TODAYBASE_H
+#endif