From 2595a15ebeb6fc46b7cb241d01ec0c2460ec2111 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 2 Jul 2011 06:40:27 +0000 Subject: TQt4 port tellico This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1239054 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/entryupdater.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/entryupdater.h') diff --git a/src/entryupdater.h b/src/entryupdater.h index ddf4aa4..faced3b 100644 --- a/src/entryupdater.h +++ b/src/entryupdater.h @@ -17,19 +17,20 @@ #include "datavectors.h" #include "fetch/fetchmanager.h" -#include -#include +#include +#include namespace Tellico { /** * @author Robby Stephenson */ -class EntryUpdater : public QObject { +class EntryUpdater : public TQObject { Q_OBJECT + TQ_OBJECT public: - EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, QObject* parent); - EntryUpdater(const QString& fetcher, Data::CollPtr coll, Data::EntryVec entries, QObject* parent); + EntryUpdater(Data::CollPtr coll, Data::EntryVec entries, TQObject* tqparent); + EntryUpdater(const TQString& fetcher, Data::CollPtr coll, Data::EntryVec entries, TQObject* tqparent); ~EntryUpdater(); public slots: @@ -42,8 +43,8 @@ private slots: void slotCleanup(); private: - typedef QPair UpdateResult; - typedef QValueList ResultList; + typedef TQPair UpdateResult; + typedef TQValueList ResultList; void init(); void handleResults(); -- cgit v1.2.1