summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-bartender/bac.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-bartender/bac.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-bartender/bac.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-bartender/bac.h b/noncore/apps/opie-bartender/bac.h
index 9245c96..43c7035 100644
--- a/noncore/apps/opie-bartender/bac.h
+++ b/noncore/apps/opie-bartender/bac.h
@@ -39,20 +39,22 @@ public:
39 QComboBox* GenderComboBox; 39 QComboBox* GenderComboBox;
40 QLabel* TextLabel4; 40 QLabel* TextLabel4;
41 QComboBox* TypeDrinkComboBox; 41 QComboBox* TypeDrinkComboBox;
42 QLabel* TextLabel1_2; 42 QLabel* TextLabel1_2;
43 QPushButton* PushButton1; 43 QPushButton* PushButton1;
44 QLCDNumber* LCDNumber1; 44 QLCDNumber* LCDNumber1;
45 45 QComboBox *weightUnitsCombo;
46 QLabel *weightUnitsLabel;
46protected: 47protected:
47 QVBoxLayout* Layout7; 48 QVBoxLayout* Layout7;
48 QHBoxLayout* Layout1; 49 QHBoxLayout* Layout1;
49 QHBoxLayout* Layout2; 50 QHBoxLayout* Layout2;
50 QHBoxLayout* Layout3; 51 QHBoxLayout* Layout3;
51 QHBoxLayout* Layout4; 52 QHBoxLayout* Layout4;
52 QHBoxLayout* Layout6; 53 QHBoxLayout* Layout6;
54
53protected slots: 55protected slots:
54 void calculate(); 56 void calculate();
55 57
56}; 58};
57 59
58#endif // BACDIALOG_H 60#endif // BACDIALOG_H