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
@@ -2,33 +2,31 @@
2/*************************************************************************** 2/***************************************************************************
3 * * 3 * *
4 * This program is free software; you can redistribute it and/or modify * 4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by * 5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or * 6 * the Free Software Foundation; either version 2 of the License, or *
7 * ( at your option ) any later version. * 7 * ( at your option ) any later version. *
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
29 * of every second row. 27 * of every second row.
30 */ 28 */
31 virtual void paintCell( QPainter *p, int row, int col, const QRect &cr, bool selected ); 29 virtual void paintCell( QPainter *p, int row, int col, const QRect &cr, bool selected );
32}; 30};
33 31
34#endif 32#endif