summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/datawidgetui.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/datawidgetui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/datawidgetui.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.h b/noncore/apps/oxygen/datawidgetui.h
index 64599a7..20622db 100644
--- a/noncore/apps/oxygen/datawidgetui.h
+++ b/noncore/apps/oxygen/datawidgetui.h
@@ -12,5 +12,3 @@
-class QTable;
class QComboBox;
-class QLabel;
@@ -22,8 +20,7 @@ class dataWidgetUI : public QDialog
dataWidgetUI();
+ OxydataWidget *oxyDW;
private:
- void createTableLayout();
OxydataTable *DataTable;
QComboBox *dataCombo;
- QLabel *left, *middle, *right;