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/micro/asminfo.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/micro/asminfo.cpp') diff --git a/src/micro/asminfo.cpp b/src/micro/asminfo.cpp index 3a12b57..6006c63 100644 --- a/src/micro/asminfo.cpp +++ b/src/micro/asminfo.cpp @@ -22,7 +22,7 @@ AsmInfo::~AsmInfo() } -void AsmInfo::addInstruction( const QString & operand, const QString & description, const QString & opcode ) +void AsmInfo::addInstruction( const TQString & operand, const TQString & description, const TQString & opcode ) { Instruction instruction; instruction.operand = operand; @@ -33,7 +33,7 @@ void AsmInfo::addInstruction( const QString & operand, const QString & descripti } -QString AsmInfo::setToString( Set set ) +TQString AsmInfo::setToString( Set set ) { switch (set) { @@ -48,11 +48,11 @@ QString AsmInfo::setToString( Set set ) } kdWarning() << k_funcinfo << "Unrecognized set="<