summaryrefslogtreecommitdiffstats
path: root/libkdeedu/kdeeduplot
diff options
context:
space:
mode:
Diffstat (limited to 'libkdeedu/kdeeduplot')
-rw-r--r--libkdeedu/kdeeduplot/kplotobject.h4
-rw-r--r--libkdeedu/kdeeduplot/kplotwidget.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/libkdeedu/kdeeduplot/kplotobject.h b/libkdeedu/kdeeduplot/kplotobject.h
index 69fcd054..2474fc32 100644
--- a/libkdeedu/kdeeduplot/kplotobject.h
+++ b/libkdeedu/kdeeduplot/kplotobject.h
@@ -19,8 +19,8 @@
#define KPLOTOBJECT_H
-class QString;
-class QPainter;
+class TQString;
+class TQPainter;
#include <kdemacros.h>
diff --git a/libkdeedu/kdeeduplot/kplotwidget.h b/libkdeedu/kdeeduplot/kplotwidget.h
index 216e6209..5ed550ec 100644
--- a/libkdeedu/kdeeduplot/kplotwidget.h
+++ b/libkdeedu/kdeeduplot/kplotwidget.h
@@ -27,8 +27,8 @@
#define XPADDING 20
#define YPADDING 20
-class QColor;
-class QPixmap;
+class TQColor;
+class TQPixmap;
/**@class KPlotWidget
*@short Genric data plotting widget.