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/collections/gamecollection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/collections/gamecollection.h') diff --git a/src/collections/gamecollection.h b/src/collections/gamecollection.h index 7d6ce92..0b08373 100644 --- a/src/collections/gamecollection.h +++ b/src/collections/gamecollection.h @@ -24,6 +24,7 @@ namespace Tellico { */ class GameCollection : public Collection { Q_OBJECT + TQ_OBJECT public: /** @@ -32,7 +33,7 @@ public: * @param addFields Whether to add the default attributes * @param title The title of the collection */ - GameCollection(bool addFields, const QString& title = QString::null); + GameCollection(bool addFields, const TQString& title = TQString()); virtual Type type() const { return Game; } -- cgit v1.2.1