summaryrefslogtreecommitdiff
path: root/core/pim/today/main.cpp
authordrw <drw>2005-04-06 22:25:21 (UTC)
committer drw <drw>2005-04-06 22:25:21 (UTC)
commitcd1b15147d372d8786c855764d397553651c358d (patch) (unidiff)
tree643479f1a84698f79227d7c8243921eacc3fe818 /core/pim/today/main.cpp
parent678c792dd69e42a15d8ac5eaaa9228dfd413ed4c (diff)
downloadopie-cd1b15147d372d8786c855764d397553651c358d.zip
opie-cd1b15147d372d8786c855764d397553651c358d.tar.gz
opie-cd1b15147d372d8786c855764d397553651c358d.tar.bz2
Use OResource for loading images and fix headers
Diffstat (limited to 'core/pim/today/main.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/main.cpp45
1 files changed, 28 insertions, 17 deletions
diff --git a/core/pim/today/main.cpp b/core/pim/today/main.cpp
index d63bc30..44b845c 100644
--- a/core/pim/today/main.cpp
+++ b/core/pim/today/main.cpp
@@ -1,21 +1,32 @@
1/* 1/*
2 * main.cpp 2                 This file is part of the Opie Project
3 * 3
4 * --------------------- 4 Copyright (C) Maximilian Reiss <harlekin@handhelds.org>
5 * 5 =.
6 * begin : Sun 10 17:20:00 CEST 2002 6 .=l.
7 * copyright : (c) 2002, 2003, 2004 by Maximilian Reiß 7           .>+-=
8 * email : max.reiss@gmx.de 8 _;:,     .>    :=|. This program is free software; you can
9 * 9.> <`_,   >  .   <= redistribute it and/or modify it under
10 */ 10:`=1 )Y*s>-.--   : the terms of the GNU Library General Public
11/*************************************************************************** 11.="- .-=="i,     .._ License as published by the Free Software
12 * * 12 - .   .-<_>     .<> Foundation; either version 2 of the License,
13 * This program is free software; you can redistribute it and/or modify * 13     ._= =}       : or (at your option) any later version.
14 * it under the terms of the GNU General Public License as published by * 14    .%`+i>       _;_.
15 * the Free Software Foundation; either version 2 of the License, or * 15    .i_,=:_.      -<s. This program is distributed in the hope that
16 * (at your option) any later version. * 16     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
17 * * 17    : ..    .:,     . . . without even the implied warranty of
18 ***************************************************************************/ 18    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
19  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
20..}^=.=       =       ; Library General Public License for more
21++=   -.     .`     .: details.
22 :     =  ...= . :.=-
23 -.   .:....=;==+<; You should have received a copy of the GNU
24  -_. . .   )=.  = Library General Public License along with
25    --        :-=` this library; see the file COPYING.LIB.
26 If not, write to the Free Software Foundation,
27 Inc., 59 Temple Place - Suite 330,
28 Boston, MA 02111-1307, USA.
29*/
19 30
20#include "today.h" 31#include "today.h"
21 32