summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
authorharlekin <harlekin>2002-02-15 16:58:37 (UTC)
committer harlekin <harlekin>2002-02-15 16:58:37 (UTC)
commit379e66393a2986e218baad0e585c1b4a0dd7d045 (patch) (side-by-side diff)
treef274d64cd949fd894adcc4795d7e78aed40db76d /core/pim/today/today.h
parentbca491b8fbb2fe73abcf66c67ca0cd36099a714c (diff)
downloadopie-379e66393a2986e218baad0e585c1b4a0dd7d045.zip
opie-379e66393a2986e218baad0e585c1b4a0dd7d045.tar.gz
opie-379e66393a2986e218baad0e585c1b4a0dd7d045.tar.bz2
brown paperbag release
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h22
1 files changed, 1 insertions, 21 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index a85917a..50a10f1 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -14,30 +14,13 @@
* 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. *
* *
***************************************************************************/
-/*
- * todaybase.h
- *
- * ---------------------
- *
- * begin : Sun 10 17:20:00 CEST 2002
- * copyright : (c) 2002 by Maximilian Reiß
- * email : max.reiss@gmx.de
- *
- */
-/***************************************************************************
- * *
- * 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 TODAY_H
#define TODAY_H
#include "todaybase.h"
#include <qpe/datebookdb.h>
@@ -53,13 +36,12 @@ class Today : public TodayBase
public:
Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~Today();
private slots:
void startConfig();
- void goodBye();
void startTodo();
void startDatebook();
private:
void init();
void getDates();
@@ -71,11 +53,9 @@ class Today : public TodayBase
//Config cfg;
int MAX_LINES_TASK;
int MAX_CHAR_CLIP;
int MAX_LINES_MEET;
int SHOW_LOCATION;
int SHOW_NOTES;
-
-
};
#endif // TODAY_H