From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpovmodeler/pmmapmemento.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kpovmodeler/pmmapmemento.h') diff --git a/kpovmodeler/pmmapmemento.h b/kpovmodeler/pmmapmemento.h index e2f1fa0a..73dc8ce7 100644 --- a/kpovmodeler/pmmapmemento.h +++ b/kpovmodeler/pmmapmemento.h @@ -25,7 +25,7 @@ #endif #include "pmmemento.h" -#include +#include /** @@ -46,11 +46,11 @@ public: /** * Saves the map values */ - void setMapValues( const QValueList& v ); + void setMapValues( const TQValueList& v ); /** * Returns the map values */ - QValueList mapValues( ) const { return m_mapValues; } + TQValueList mapValues( ) const { return m_mapValues; } /** * Returns true if the map values were saved */ @@ -59,11 +59,11 @@ public: /** * Saves the removed values */ - void setRemovedValues( const QValueList& v ); + void setRemovedValues( const TQValueList& v ); /** * Returns the removed values */ - QValueList removedValues( ) const { return m_removedValues; } + TQValueList removedValues( ) const { return m_removedValues; } /** * Returns true if the removed values were saved */ @@ -73,8 +73,8 @@ private: /** * The stored values */ - QValueList m_mapValues; - QValueList m_removedValues; + TQValueList m_mapValues; + TQValueList m_removedValues; bool m_bMapValuesSaved, m_bRemovedValuesSaved; }; -- cgit v1.2.3