diff options
Diffstat (limited to 'src/collections/videocollection.h')
-rw-r--r-- | src/collections/videocollection.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collections/videocollection.h b/src/collections/videocollection.h index 58f729c..a47814f 100644 --- a/src/collections/videocollection.h +++ b/src/collections/videocollection.h @@ -33,6 +33,7 @@ namespace Tellico { */ class VideoCollection : public Collection { Q_OBJECT + TQ_OBJECT public: /** @@ -41,7 +42,7 @@ public: * @param addFields Whether to add the default attributes * @param title The title of the collection */ - VideoCollection(bool addFields, const QString& title = QString::null); + VideoCollection(bool addFields, const TQString& title = TQString()); virtual Type type() const { return Video; } virtual int sameEntry(Data::EntryPtr, Data::EntryPtr) const; |