summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/dataTable.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/dataTable.h b/noncore/apps/oxygen/dataTable.h
index a8c9b6e..8be78a9 100644
--- a/noncore/apps/oxygen/dataTable.h
+++ b/noncore/apps/oxygen/dataTable.h
@@ -18,3 +18,3 @@ class QLabel;
18class OxydataTable; 18class OxydataTable;
19//class QStringList; 19class QStringList;
20 20
@@ -34,3 +34,3 @@ class OxydataWidget : public QWidget
34 public: 34 public:
35 OxydataWidget(QWidget *parent=0, const char *name=0, QStringList *list =0 ); 35 OxydataWidget(QWidget *parent=0, const char *name=0, const QStringList &list =0 );
36 36
@@ -38,2 +38,3 @@ class OxydataWidget : public QWidget
38 void setLayout(); 38 void setLayout();
39 QStringList names;
39 40