summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 9427adf..64599a7 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -12,6 +12,7 @@
12 12
13class QTable; 13class QTable;
14class QComboBox; 14class QComboBox;
15class QLabel;
15 16
16class dataWidgetUI : public QDialog 17class dataWidgetUI : public QDialog
17{ 18{
@@ -24,6 +25,7 @@ class dataWidgetUI : public QDialog
24 void createTableLayout(); 25 void createTableLayout();
25 OxydataTable *DataTable; 26 OxydataTable *DataTable;
26 QComboBox *dataCombo; 27 QComboBox *dataCombo;
28 QLabel *left, *middle, *right;
27 29
28 private slots: 30 private slots:
29 void slotShowData(int); 31 void slotShowData(int);