summaryrefslogtreecommitdiffstats
path: root/kchart/kchartcolorarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartcolorarray.h')
-rw-r--r--kchart/kchartcolorarray.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kchartcolorarray.h b/kchart/kchartcolorarray.h
index 1be54f922..9edf9cc3f 100644
--- a/kchart/kchartcolorarray.h
+++ b/kchart/kchartcolorarray.h
@@ -7,13 +7,13 @@
#ifndef KCHARTCOLORARRAY
#define KCHARTCOLORARRAY
-#include <qvaluevector.h>
-#include <qcolor.h>
+#include <tqvaluevector.h>
+#include <tqcolor.h>
namespace KChart
{
-typedef QValueVector<QColor> KChartColorArray;
+typedef TQValueVector<TQColor> KChartColorArray;
} //KChart namespace