summaryrefslogtreecommitdiffstats
path: root/src/common/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common/storage.h')
-rw-r--r--src/common/common/storage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/common/storage.h b/src/common/common/storage.h
index 18d375a..0e87296 100644
--- a/src/common/common/storage.h
+++ b/src/common/common/storage.h
@@ -34,7 +34,7 @@ private:
//----------------------------------------------------------------------------
class GenericStorage : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
GenericStorage(TQObject *parent = 0, const char *name = 0) : TQObject(parent, name), _dirty(false) {}
@@ -58,7 +58,7 @@ class GenericView;
class GenericViewProxy : public TQObject
{
-Q_OBJECT
+TQ_OBJECT
public:
GenericViewProxy(GenericView &view) : _view(view) {}