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
@@ -42,7 +42,8 @@ public:
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;
@@ -50,6 +51,7 @@ protected:
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