diff options
Diffstat (limited to 'superkaramba/src/graph.h')
-rw-r--r-- | superkaramba/src/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/graph.h b/superkaramba/src/graph.h index 6e89c57..8c1b3a8 100644 --- a/superkaramba/src/graph.h +++ b/superkaramba/src/graph.h @@ -18,7 +18,7 @@ class Graph : public Meter { Q_OBJECT - TQ_OBJECT + public: Graph(karamba* k, int ix, int iy, int iw, int ih, int nbrPoints); |