summaryrefslogtreecommitdiffstats
path: root/kcalc/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/stats.h')
-rw-r--r--kcalc/stats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcalc/stats.h b/kcalc/stats.h
index 48b7ddc..aba11f4 100644
--- a/kcalc/stats.h
+++ b/kcalc/stats.h
@@ -26,7 +26,7 @@
#ifndef KSTATS_H
#define KSTATS_H
-#include <qvaluevector.h>
+#include <tqvaluevector.h>
#include "knumber.h"
class KStats {
@@ -50,7 +50,7 @@ public:
bool error();
private:
- QValueVector<KNumber> mData;
+ TQValueVector<KNumber> mData;
bool error_flag;
};