summaryrefslogtreecommitdiffstats
path: root/src/collections/stampcollection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections/stampcollection.h')
-rw-r--r--src/collections/stampcollection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collections/stampcollection.h b/src/collections/stampcollection.h
index 8b81623..5a5def9 100644
--- a/src/collections/stampcollection.h
+++ b/src/collections/stampcollection.h
@@ -46,6 +46,7 @@ namespace Tellico {
*/
class StampCollection : public Collection {
Q_OBJECT
+ TQ_OBJECT
public:
/**
@@ -54,7 +55,7 @@ public:
* @param addFields A boolean indicating whether the default attributes should be added
* @param title The title of the collection
*/
- StampCollection(bool addFields, const QString& title = QString::null);
+ StampCollection(bool addFields, const TQString& title = TQString());
virtual Type type() const { return Stamp; }