[Kst] branches/work/kst/hierarchy/kst/src/libkstapp
Eli Fidler
eli at staikos.net
Tue Nov 21 23:47:13 CET 2006
SVN commit 606828 by fidler:
added missing header
M +2 -0 kstfittable.h
M +2 -0 kstmatrixtable.h
M +2 -0 kstvectortable.h
--- branches/work/kst/hierarchy/kst/src/libkstapp/kstfittable.h #606827:606828
@@ -18,6 +18,8 @@
#ifndef KSTFITTABLE_H
#define KSTFITTABLE_H
+#include <qtable.h>
+
class KstFitTable : public QTable
{
public:
--- branches/work/kst/hierarchy/kst/src/libkstapp/kstmatrixtable.h #606827:606828
@@ -18,6 +18,8 @@
#ifndef KSTMATRIXTABLE_H
#define KSTMATRIXTABLE_H
+#include <qtable.h>
+
class KstMatrixTable : public QTable {
public:
KstMatrixTable( QWidget * parent = 0, const char * name = 0 );
--- branches/work/kst/hierarchy/kst/src/libkstapp/kstvectortable.h #606827:606828
@@ -18,6 +18,8 @@
#ifndef KSTVECTORTABLE_H
#define KSTVECTORTABLE_H
+#include <qtable.h>
+
class KstVectorTable : public QTable
{
public:
More information about the Kst
mailing list