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 --- kviewshell/history.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kviewshell/history.h') diff --git a/kviewshell/history.h b/kviewshell/history.h index 2c651475..822e31d7 100644 --- a/kviewshell/history.h +++ b/kviewshell/history.h @@ -7,8 +7,8 @@ // (C) 2001 Stefan Kebekus // Distributed under the GPL -#include -#include +#include +#include #define HISTORYLENGTH 10 @@ -50,9 +50,9 @@ signals: private: // List of history items. First item is the oldest. - QValueList historyList; + TQValueList historyList; - QValueList::iterator currentItem; + TQValueList::iterator currentItem; }; #endif -- cgit v1.2.1