summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.h b/src/document.h
index e0ca467..b270be6 100644
--- a/src/document.h
+++ b/src/document.h
@@ -39,7 +39,7 @@ namespace Tellico {
*/
class Document : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
static Document* self() { if(!s_self) s_self = new Document(); return s_self; }