summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bartender.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-bartender/bartender.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/bartender.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/noncore/apps/opie-bartender/bartender.cpp b/noncore/apps/opie-bartender/bartender.cpp
index 740478f..3c010e9 100644
--- a/noncore/apps/opie-bartender/bartender.cpp
+++ b/noncore/apps/opie-bartender/bartender.cpp
@@ -8,45 +8,34 @@
8 * it under the terms of the GNU General Public License as published by * 8 * it under the terms of the GNU General Public License as published by *
9 * the Free Software Foundation; either version 2 of the License, or * 9 * the Free Software Foundation; either version 2 of the License, or *
10 * (at your option) any later version. * 10 * (at your option) any later version. *
11 ***************************************************************************/ 11 ***************************************************************************/
12 12
13#include "bartender.h" 13#include "bartender.h"
14#include "newdrinks.h"
15#include "showdrinks.h" 14#include "showdrinks.h"
16#include "inputDialog.h" 15#include "inputDialog.h"
17#include "searchresults.h" 16#include "searchresults.h"
18#include "bac.h" 17#include "bac.h"
19 18
20#include <qpe/qpetoolbar.h> 19#include <qpe/qpetoolbar.h>
21#include <qmenubar.h> 20#include <qmenubar.h>
22//#include <opie2/colorpopupmenu.h> 21//#include <opie2/colorpopupmenu.h>
23#include <qpe/qpeapplication.h> 22#include <qpe/qpeapplication.h>
24#include <qpe/resource.h> 23#include <qpe/resource.h>
25 24
26#include <qcstring.h>
27#include <qlineedit.h> 25#include <qlineedit.h>
28#include <qdir.h> 26#include <qdir.h>
29#include <qpushbutton.h> 27#include <qpushbutton.h>
30#include <qlistbox.h> 28#include <qlistbox.h>
31#include <qstringlist.h>
32#include <qmultilineedit.h> 29#include <qmultilineedit.h>
33#include <qmessagebox.h> 30#include <qmessagebox.h>
34#include <qfile.h>
35#include <qtextstream.h> 31#include <qtextstream.h>
36#include <qfile.h>
37#include <qaction.h> 32#include <qaction.h>
38#include <qheader.h> 33#include <qheader.h>
39#include <qlistview.h> 34#include <qlistview.h>
40#include <qwidget.h>
41#include <qlayout.h> 35#include <qlayout.h>
42#include <qvariant.h>
43#include <qtooltip.h>
44#include <qwhatsthis.h>
45#include <qimage.h>
46#include <qpixmap.h>
47 36
48#include <fcntl.h> 37#include <fcntl.h>
49#include <unistd.h> 38#include <unistd.h>
50#include <stdlib.h> 39#include <stdlib.h>
51#include <stdio.h> 40#include <stdio.h>
52#include <errno.h> 41#include <errno.h>