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/components/matrixdisplaydriver.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/electronics/components/matrixdisplaydriver.h') diff --git a/src/electronics/components/matrixdisplaydriver.h b/src/electronics/components/matrixdisplaydriver.h index e6b01cc..f6b3f91 100644 --- a/src/electronics/components/matrixdisplaydriver.h +++ b/src/electronics/components/matrixdisplaydriver.h @@ -30,9 +30,9 @@ class MatrixDisplayDriver : public Component virtual bool doesStepNonLogic() const { return true; } protected: - QValueVector m_pValueLogic; - QValueVector m_pRowLogic; - QValueVector m_pColLogic; + TQValueVector m_pValueLogic; + TQValueVector m_pRowLogic; + TQValueVector m_pColLogic; unsigned m_prevCol; unsigned m_nextCol; -- cgit v1.2.1