diff options
Diffstat (limited to 'src/collections/coincollection.h')
-rw-r--r-- | src/collections/coincollection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collections/coincollection.h b/src/collections/coincollection.h index d22937d..cd6beb9 100644 --- a/src/collections/coincollection.h +++ b/src/collections/coincollection.h @@ -29,6 +29,7 @@ namespace Tellico { */ class CoinCollection : public Collection { Q_OBJECT + TQ_OBJECT public: /** @@ -37,7 +38,7 @@ public: * @param addFields Whether to add the default attributes * @param title The title of the collection */ - CoinCollection(bool addFields, const QString& title = QString::null); + CoinCollection(bool addFields, const TQString& title = TQString()); virtual Type type() const { return Coin; } |