summaryrefslogtreecommitdiffstats
path: root/src/collections/filecatalog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/collections/filecatalog.h')
-rw-r--r--src/collections/filecatalog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/collections/filecatalog.h b/src/collections/filecatalog.h
index aa7a82c..73951e7 100644
--- a/src/collections/filecatalog.h
+++ b/src/collections/filecatalog.h
@@ -24,9 +24,10 @@ namespace Tellico {
*/
class FileCatalog : public Collection {
Q_OBJECT
+ TQ_OBJECT
public:
- FileCatalog(bool addFields, const QString& title = QString::null);
+ FileCatalog(bool addFields, const TQString& title = TQString());
virtual Type type() const { return File; }