diff options
Diffstat (limited to 'src/debugmanager.h')
-rw-r--r-- | src/debugmanager.h | 11 |
1 files changed, 6 insertions, 5 deletions
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 <qguardedptr.h> -#include <qmap.h> -#include <qobject.h> +#include <tqguardedptr.h> +#include <tqmap.h> +#include <tqobject.h> class GpsimProcessor; class TextDocument; -typedef QValueList< QGuardedPtr<GpsimProcessor> > GpsimProcessorList; +typedef TQValueList< TQGuardedPtr<GpsimProcessor> > GpsimProcessorList; /** @author David Saxton */ -class DebugManager : public QObject +class DebugManager : public TQObject { Q_OBJECT + TQ_OBJECT public: static DebugManager * self(); ~DebugManager(); |