summaryrefslogtreecommitdiff
path: root/noncore/applets/notesapplet/notes.cpp
authorchicken <chicken>2004-03-01 18:52:44 (UTC)
committer chicken <chicken>2004-03-01 18:52:44 (UTC)
commit54a73e15350ea3cc4886a81572cef6e7876be26a (patch) (unidiff)
treec76d739875a0b90d69394f1894e30b8345c7b23c /noncore/applets/notesapplet/notes.cpp
parent707d84768f4a3b4ada7435ba4c7451feaa11666c (diff)
downloadopie-54a73e15350ea3cc4886a81572cef6e7876be26a.zip
opie-54a73e15350ea3cc4886a81572cef6e7876be26a.tar.gz
opie-54a73e15350ea3cc4886a81572cef6e7876be26a.tar.bz2
fix includes
Diffstat (limited to 'noncore/applets/notesapplet/notes.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notes.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/applets/notesapplet/notes.cpp b/noncore/applets/notesapplet/notes.cpp
index e2b0c2a..7b8bdd9 100644
--- a/noncore/applets/notesapplet/notes.cpp
+++ b/noncore/applets/notesapplet/notes.cpp
@@ -7,40 +7,37 @@
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the 8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14**********************************************************************/ 14**********************************************************************/
15 15
16#include "notes.h" 16#include "notes.h"
17 17
18#include <qapplication.h> 18#include <qapplication.h>
19#include <stdlib.h> 19#include <stdlib.h>
20#include <qstringlist.h> 20#include <qstringlist.h>
21 21
22#include <qpe/filemanager.h> 22#include <qpe/filemanager.h>
23#include <qpe/resource.h>
24#include <qpe/qpeapplication.h> 23#include <qpe/qpeapplication.h>
25#include <qpe/timestring.h> 24#include <qpe/timestring.h>
26#include <qpe/resource.h>
27#include <qpe/config.h>
28#include <qpe/applnk.h> 25#include <qpe/applnk.h>
29#include <qpe/config.h>
30#include <qpe/ir.h> 26#include <qpe/ir.h>
27#include <qpe/config.h>
31 28
32// #include <qsocket.h> 29// #include <qsocket.h>
33// #include <qclipboard.h> 30// #include <qclipboard.h>
34#include <qmultilineedit.h> 31#include <qmultilineedit.h>
35#include <qlistbox.h> 32#include <qlistbox.h>
36#include <qpopupmenu.h> 33#include <qpopupmenu.h>
37#include <qmessagebox.h> 34#include <qmessagebox.h>
38 35
39#include <qdir.h> 36#include <qdir.h>
40#include <qfile.h> 37#include <qfile.h>
41#include <qpoint.h> 38#include <qpoint.h>
42#include <qpushbutton.h> 39#include <qpushbutton.h>
43#include <qpainter.h> 40#include <qpainter.h>
44#include <qlayout.h> 41#include <qlayout.h>
45#include <qframe.h> 42#include <qframe.h>
46#include <qpixmap.h> 43#include <qpixmap.h>