summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender
authorchicken <chicken>2004-03-01 18:52:44 (UTC)
committer chicken <chicken>2004-03-01 18:52:44 (UTC)
commit54a73e15350ea3cc4886a81572cef6e7876be26a (patch) (unidiff)
treec76d739875a0b90d69394f1894e30b8345c7b23c /noncore/apps/opie-bartender
parent707d84768f4a3b4ada7435ba4c7451feaa11666c (diff)
downloadopie-54a73e15350ea3cc4886a81572cef6e7876be26a.zip
opie-54a73e15350ea3cc4886a81572cef6e7876be26a.tar.gz
opie-54a73e15350ea3cc4886a81572cef6e7876be26a.tar.bz2
fix includes
Diffstat (limited to 'noncore/apps/opie-bartender') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/bac.cpp3
-rw-r--r--noncore/apps/opie-bartender/bartender.cpp11
-rw-r--r--noncore/apps/opie-bartender/inputDialog.cpp4
-rw-r--r--noncore/apps/opie-bartender/newdrinks.cpp7
-rw-r--r--noncore/apps/opie-bartender/searchresults.cpp9
-rw-r--r--noncore/apps/opie-bartender/showdrinks.cpp9
6 files changed, 0 insertions, 43 deletions
diff --git a/noncore/apps/opie-bartender/bac.cpp b/noncore/apps/opie-bartender/bac.cpp
index ac8a83e..c97a253 100644
--- a/noncore/apps/opie-bartender/bac.cpp
+++ b/noncore/apps/opie-bartender/bac.cpp
@@ -14,15 +14,12 @@
14#include <qcombobox.h> 14#include <qcombobox.h>
15#include <qlabel.h> 15#include <qlabel.h>
16#include <qlcdnumber.h> 16#include <qlcdnumber.h>
17#include <qpushbutton.h> 17#include <qpushbutton.h>
18#include <qspinbox.h> 18#include <qspinbox.h>
19#include <qlayout.h> 19#include <qlayout.h>
20#include <qvariant.h>
21#include <qtooltip.h>
22#include <qwhatsthis.h>
23BacDialog::BacDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) 20BacDialog::BacDialog( QWidget* parent, const char* name, bool modal, WFlags fl )
24 : QDialog( parent, name, modal, fl ) 21 : QDialog( parent, name, modal, fl )
25{ 22{
26 if ( !name ) 23 if ( !name )
27 setName( "BacDialog" ); 24 setName( "BacDialog" );
28 setCaption( tr( "Blood Alcohol Estimator" ) ); 25 setCaption( tr( "Blood Alcohol Estimator" ) );
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>
diff --git a/noncore/apps/opie-bartender/inputDialog.cpp b/noncore/apps/opie-bartender/inputDialog.cpp
index 4f4cb84..29643ff 100644
--- a/noncore/apps/opie-bartender/inputDialog.cpp
+++ b/noncore/apps/opie-bartender/inputDialog.cpp
@@ -13,16 +13,12 @@
13 * (at your option) any later version. * 13 * (at your option) any later version. *
14 ***************************************************************************/ 14 ***************************************************************************/
15 15
16#include "inputDialog.h" 16#include "inputDialog.h"
17 17
18#include <qlineedit.h> 18#include <qlineedit.h>
19#include <qlayout.h>
20#include <qvariant.h>
21#include <qtooltip.h>
22#include <qwhatsthis.h>
23 19
24 20
25InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) 21InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl )
26 : QDialog( parent, name, modal, fl ) 22 : QDialog( parent, name, modal, fl )
27{ 23{
28 if ( !name ) 24 if ( !name )
diff --git a/noncore/apps/opie-bartender/newdrinks.cpp b/noncore/apps/opie-bartender/newdrinks.cpp
index 86bcc3c..a7ada3a 100644
--- a/noncore/apps/opie-bartender/newdrinks.cpp
+++ b/noncore/apps/opie-bartender/newdrinks.cpp
@@ -7,24 +7,17 @@
7 * it under the terms of the GNU General Public License as published by * 7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or * 8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. * 9 * (at your option) any later version. *
10 ***************************************************************************/ 10 ***************************************************************************/
11#include "newdrinks.h" 11#include "newdrinks.h"
12 12
13#include <qpe/resource.h>
14 13
15#include <qaction.h>
16#include <qlabel.h> 14#include <qlabel.h>
17#include <qlineedit.h> 15#include <qlineedit.h>
18#include <qmultilineedit.h> 16#include <qmultilineedit.h>
19#include <qpushbutton.h>
20#include <qwidget.h>
21#include <qlayout.h> 17#include <qlayout.h>
22#include <qvariant.h>
23#include <qtooltip.h>
24#include <qwhatsthis.h>
25 18
26New_Drink::New_Drink( QWidget* parent, const char* name, bool modal, WFlags fl ) 19New_Drink::New_Drink( QWidget* parent, const char* name, bool modal, WFlags fl )
27 : QDialog( parent, name, modal, fl ) 20 : QDialog( parent, name, modal, fl )
28{ 21{
29 QString drinkName = name; 22 QString drinkName = name;
30 if ( !name ) 23 if ( !name )
diff --git a/noncore/apps/opie-bartender/searchresults.cpp b/noncore/apps/opie-bartender/searchresults.cpp
index 1a82c6c..4900d1f 100644
--- a/noncore/apps/opie-bartender/searchresults.cpp
+++ b/noncore/apps/opie-bartender/searchresults.cpp
@@ -7,24 +7,15 @@
7 * it under the terms of the GNU General Public License as published by * 7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or * 8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. * 9 * (at your option) any later version. *
10 ***************************************************************************/ 10 ***************************************************************************/
11#include "searchresults.h" 11#include "searchresults.h"
12 12
13#include <qpe/resource.h>
14 13
15#include <qaction.h>
16#include <qlabel.h>
17#include <qlineedit.h>
18#include <qlistbox.h> 14#include <qlistbox.h>
19#include <qpushbutton.h>
20#include <qwidget.h>
21#include <qlayout.h> 15#include <qlayout.h>
22#include <qvariant.h>
23#include <qtooltip.h>
24#include <qwhatsthis.h>
25 16
26Search_Results::Search_Results( QWidget* parent, const char* name, bool modal, WFlags fl ) 17Search_Results::Search_Results( QWidget* parent, const char* name, bool modal, WFlags fl )
27 : QDialog( parent, name, modal, fl ) { 18 : QDialog( parent, name, modal, fl ) {
28 if ( !name ) 19 if ( !name )
29 setName( drinkName); 20 setName( drinkName);
30 21
diff --git a/noncore/apps/opie-bartender/showdrinks.cpp b/noncore/apps/opie-bartender/showdrinks.cpp
index 745f7db..dcfce16 100644
--- a/noncore/apps/opie-bartender/showdrinks.cpp
+++ b/noncore/apps/opie-bartender/showdrinks.cpp
@@ -6,26 +6,17 @@
6 * This program is free software; you can redistribute it and/or modify * 6 * This program is free software; you can redistribute it and/or modify *
7 * it under the terms of the GNU General Public License as published by * 7 * it under the terms of the GNU General Public License as published by *
8 * the Free Software Foundation; either version 2 of the License, or * 8 * the Free Software Foundation; either version 2 of the License, or *
9 * (at your option) any later version. * 9 * (at your option) any later version. *
10 ***************************************************************************/ 10 ***************************************************************************/
11#include "showdrinks.h" 11#include "showdrinks.h"
12#include "bartender.h"
13 12
14#include <qpe/resource.h>
15 13
16#include <qaction.h>
17#include <qlabel.h>
18#include <qlineedit.h>
19#include <qmultilineedit.h> 14#include <qmultilineedit.h>
20#include <qpushbutton.h> 15#include <qpushbutton.h>
21#include <qwidget.h>
22#include <qlayout.h> 16#include <qlayout.h>
23#include <qvariant.h>
24#include <qtooltip.h>
25#include <qwhatsthis.h>
26 17
27//extern Bartender *bart; 18//extern Bartender *bart;
28 19
29Show_Drink::Show_Drink( QWidget* parent, const char* name, bool modal, WFlags fl ) 20Show_Drink::Show_Drink( QWidget* parent, const char* name, bool modal, WFlags fl )
30 : QDialog( parent, name, modal, fl ) { 21 : QDialog( parent, name, modal, fl ) {
31 if ( !name ) 22 if ( !name )