From 87a016680e3677da3993f333561e79eb0cead7d5 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 29 Jun 2011 16:05:55 +0000 Subject: TQt4 port ktechlab This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1238801 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/debugmanager.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/debugmanager.h') diff --git a/src/debugmanager.h b/src/debugmanager.h index 2d48eac..208d9d3 100644 --- a/src/debugmanager.h +++ b/src/debugmanager.h @@ -14,21 +14,22 @@ #ifndef DEBUGMANAGER_H #define DEBUGMANAGER_H -#include -#include -#include +#include +#include +#include class GpsimProcessor; class TextDocument; -typedef QValueList< QGuardedPtr > GpsimProcessorList; +typedef TQValueList< TQGuardedPtr > GpsimProcessorList; /** @author David Saxton */ -class DebugManager : public QObject +class DebugManager : public TQObject { Q_OBJECT + TQ_OBJECT public: static DebugManager * self(); ~DebugManager(); -- cgit v1.2.3