diff options
Diffstat (limited to 'src/gvcore/threadgate.h')
-rw-r--r-- | src/gvcore/threadgate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/threadgate.h b/src/gvcore/threadgate.h index 57c7654..c1ea213 100644 --- a/src/gvcore/threadgate.h +++ b/src/gvcore/threadgate.h @@ -29,7 +29,7 @@ namespace Gwenview { class ThreadGate : public TQObject { Q_OBJECT - TQ_OBJECT + public: static ThreadGate* instance(); TQColor color( const char* name ); |