summaryrefslogtreecommitdiff
path: root/noncore/apps/advancedfm/output.cpp
Unidiff
Diffstat (limited to 'noncore/apps/advancedfm/output.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/advancedfm/output.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/apps/advancedfm/output.cpp b/noncore/apps/advancedfm/output.cpp
index 33abdfc..7dc2416 100644
--- a/noncore/apps/advancedfm/output.cpp
+++ b/noncore/apps/advancedfm/output.cpp
@@ -1,33 +1,31 @@
1/**************************************************************************** 1/****************************************************************************
2** outputEdit.cpp 2** outputEdit.cpp
3** 3**
4** Copyright: Fri Apr 12 15:12:58 2002 L.J. Potter <ljp@llornkcor.com> 4** Copyright: Fri Apr 12 15:12:58 2002 L.J. Potter <ljp@llornkcor.com>
5****************************************************************************/ 5****************************************************************************/
6#include "output.h" 6#include "output.h"
7 7
8#include <opie/oprocess.h>
9
10#include <qpe/qpeapplication.h> 8#include <qpe/qpeapplication.h>
11#include <qpe/applnk.h> 9#include <qpe/applnk.h>
12 10
13#include <qfile.h> 11#include <qfile.h>
14#include <qmultilineedit.h> 12#include <qmultilineedit.h>
15#include <qpushbutton.h> 13#include <qpushbutton.h>
16#include <qlayout.h> 14#include <qlayout.h>
17 15
18#include <errno.h> 16#include <errno.h>
19 17
20/* XPM */ 18/* XPM */
21static char * filesave_xpm[] = { 19static char * filesave_xpm[] = {
22"16 16 78 1", 20"16 16 78 1",
23" c None", 21" c None",
24". c #343434", 22". c #343434",
25"+ c #A0A0A0", 23"+ c #A0A0A0",
26"@ c #565656", 24"@ c #565656",
27"# c #9E9E9E", 25"# c #9E9E9E",
28"$ c #525252", 26"$ c #525252",
29"% c #929292", 27"% c #929292",
30"& c #676767", 28"& c #676767",
31"* c #848484", 29"* c #848484",
32"= c #666666", 30"= c #666666",
33"- c #D8D8D8", 31"- c #D8D8D8",