summaryrefslogtreecommitdiff
path: root/noncore/apps/oxygen/dataTable.h
Unidiff
Diffstat (limited to 'noncore/apps/oxygen/dataTable.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/oxygen/dataTable.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/apps/oxygen/dataTable.h b/noncore/apps/oxygen/dataTable.h
index 5adbcc2..908d241 100644
--- a/noncore/apps/oxygen/dataTable.h
+++ b/noncore/apps/oxygen/dataTable.h
@@ -8,21 +8,19 @@
8 * * 8 * *
9 **************************************************************************/ 9 **************************************************************************/
10 10
11#ifndef _DATATABLE_H 11#ifndef _DATATABLE_H
12#define _DATATABLE_H 12#define _DATATABLE_H
13 13
14
15#include <qtable.h> 14#include <qtable.h>
16 15
17class OxydataTable : public QTable 16class OxydataTable : public QTable
18{ 17{
19 Q_OBJECT 18 Q_OBJECT
20 19
21 public: 20 public:
22 OxydataTable();
23 OxydataTable( int numRows, int numCols, 21 OxydataTable( int numRows, int numCols,
24 QWidget *parent = 0, const char *name = 0 ); 22 QWidget *parent = 0, const char *name = 0 );
25 23
26 protected: 24 protected:
27 /* 25 /*
28 * This method is reimplemented form QTable. It implements the colourisation 26 * This method is reimplemented form QTable. It implements the colourisation