diff options
Diffstat (limited to 'ksvg/impl/SVGList.h')
-rw-r--r-- | ksvg/impl/SVGList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksvg/impl/SVGList.h b/ksvg/impl/SVGList.h index dfa07dd0..fdf13bd9 100644 --- a/ksvg/impl/SVGList.h +++ b/ksvg/impl/SVGList.h @@ -24,7 +24,7 @@ #include "ksvg_bridge.h" #include "ksvg_lookup.h" #include "ksvg_scriptinterpreter.h" -#include <qptrlist.h> +#include <tqptrlist.h> #include <dom/dom_misc.h> namespace KSVG @@ -162,7 +162,7 @@ public: } private: - QPtrList<T> m_impl; + TQPtrList<T> m_impl; }; } |