diff options
Diffstat (limited to 'src/collections/gamecollection.h')
-rw-r--r-- | src/collections/gamecollection.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |