summaryrefslogtreecommitdiffstats
path: root/src/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.h')
-rw-r--r--src/controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.h b/src/controller.h
index d928dde..8775cab 100644
--- a/src/controller.h
+++ b/src/controller.h
@@ -37,7 +37,7 @@ class Observer;
*/
class Controller : public TQObject {
Q_OBJECT
- TQ_OBJECT
+
public:
static Controller* self() { return s_self; }