From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- klipper/history.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'klipper/history.h') diff --git a/klipper/history.h b/klipper/history.h index 9c54cb387..f00a80a1a 100644 --- a/klipper/history.h +++ b/klipper/history.h @@ -21,8 +21,8 @@ #ifndef _HISTORY_H_ #define _HISTORY_H_ -#include -#include +#include +#include #include "historyitem.h" class KlipperPopup; @@ -34,12 +34,12 @@ class History : public QObject { Q_OBJECT public: - History( QWidget* parent, const char* name ); + History( TQWidget* parent, const char* name ); ~History(); /** * Iterator for history */ - typedef QPtrListIterator iterator; + typedef TQPtrListIterator iterator; /** * Return (toplevel) popup menu (or default view, of you like) @@ -135,7 +135,7 @@ private: /** * The history */ - QPtrList itemList; + TQPtrList itemList; /** * ensure that the number of items does not exceed max_size() -- cgit v1.2.1