summaryrefslogtreecommitdiffstats
path: root/khexedit/lib/kcoordrangelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/lib/kcoordrangelist.h')
-rw-r--r--khexedit/lib/kcoordrangelist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/lib/kcoordrangelist.h b/khexedit/lib/kcoordrangelist.h
index 187ec7f..a4401f7 100644
--- a/khexedit/lib/kcoordrangelist.h
+++ b/khexedit/lib/kcoordrangelist.h
@@ -19,13 +19,13 @@
#define KHE_KCOORDRANGELIST_H
// qt specific
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
// lib specific
#include "kcoordrange.h"
namespace KHE {
-typedef QValueList<KCoordRange> KCoordRangeBasicList;
+typedef TQValueList<KCoordRange> KCoordRangeBasicList;
/**
@author Friedrich W. H. Kossebau
*/