diff options
Diffstat (limited to 'src/editorproxy.h')
-rw-r--r-- | src/editorproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editorproxy.h b/src/editorproxy.h index b505656f..37cbefc8 100644 --- a/src/editorproxy.h +++ b/src/editorproxy.h @@ -15,9 +15,10 @@ class TQTimer; #include <kdeversion.h> # include <ktexteditor/markinterfaceextension.h> -class EditorProxy : public QObject +class EditorProxy : public TQObject { Q_OBJECT + TQ_OBJECT public: |