From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/builder/autorouter.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'arts/builder/autorouter.h') diff --git a/arts/builder/autorouter.h b/arts/builder/autorouter.h index e65f531a..cd422c4f 100644 --- a/arts/builder/autorouter.h +++ b/arts/builder/autorouter.h @@ -33,19 +33,19 @@ #include #endif -#include -#include +#include +#include class PathInfo { public: int x1, x2, y1, y2, cost, depth; - QString history; + TQString history; int operator<(const PathInfo& x) const { return cost < x.cost; } int operator==(const PathInfo& x) const { return cost == x.cost; } }; -typedef QValueList PathQueue; +typedef TQValueList PathQueue; class ARCommand; @@ -96,7 +96,7 @@ protected: pthread_t route_thread; #endif - QPtrList command_queue; + TQPtrList command_queue; bool thread_terminate_now; /*************************/ -- cgit v1.2.1