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/electronics/simulation/elementset.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/electronics/simulation/elementset.h') diff --git a/src/electronics/simulation/elementset.h b/src/electronics/simulation/elementset.h index c7ef7ca..317d8be 100644 --- a/src/electronics/simulation/elementset.h +++ b/src/electronics/simulation/elementset.h @@ -13,7 +13,7 @@ #include -#include +#include class CBranch; class Circuit; @@ -25,8 +25,8 @@ class Matrix; class NonLinear; class Vector; -typedef QValueList ElementList; -typedef QValueList NonLinearList; +typedef TQValueList ElementList; +typedef TQValueList NonLinearList; /** Steps in simulation of a set of elements: -- cgit v1.2.1