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
@@ -10,9 +10,7 @@
#include "dataTable.h"
#include <qdialog.h>
-class QTable;
class QComboBox;
-class QLabel;
class dataWidgetUI : public QDialog
{
@@ -20,12 +18,11 @@ class dataWidgetUI : public QDialog
public:
dataWidgetUI();
+ OxydataWidget *oxyDW;
private:
- void createTableLayout();
OxydataTable *DataTable;
QComboBox *dataCombo;
- QLabel *left, *middle, *right;
private slots:
void slotShowData(int);