From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/cpp/simplecontext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/cpp/simplecontext.h') diff --git a/languages/cpp/simplecontext.h b/languages/cpp/simplecontext.h index d1fde70a..a0075554 100644 --- a/languages/cpp/simplecontext.h +++ b/languages/cpp/simplecontext.h @@ -134,12 +134,12 @@ class SimpleContext } //First the new name, aka "" for real imports, second the name to be imported - void addImport( const QPair& import ) { + void addImport( const TQPair& import ) { m_imports << import; } //Key the new name, aka "" for real imports, second the name to be imported - TQValueList > imports() { + TQValueList > imports() { return m_imports; } @@ -162,7 +162,7 @@ class SimpleContext private: TQValueList m_vars; - TQValueList > m_imports; + TQValueList > m_imports; SimpleContext* m_prev; SimpleType m_container; }; -- cgit v1.2.1