summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/oxygen/dataTable.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/oxygen/dataTable.h b/noncore/apps/oxygen/dataTable.h
index f2eb71d..a8c9b6e 100644
--- a/noncore/apps/oxygen/dataTable.h
+++ b/noncore/apps/oxygen/dataTable.h
@@ -15,8 +15,9 @@
#include <qtable.h>
class QLabel;
class OxydataTable;
+//class QStringList;
/*
* A OxydataWidget shows all known data of an element. It can
* be used for both the PSE and the pure Data-Dialog. It is
@@ -30,9 +31,9 @@ class OxydataWidget : public QWidget
{
Q_OBJECT
public:
- OxydataWidget(QWidget *parent=0);
+ OxydataWidget(QWidget *parent=0, const char *name=0, QStringList *list =0 );
QLabel *left, *middle, *right;
void setLayout();