diff options
Diffstat (limited to 'src/gui/contexthelp.h')
-rw-r--r-- | src/gui/contexthelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/contexthelp.h b/src/gui/contexthelp.h index 428ac1b..452e39f 100644 --- a/src/gui/contexthelp.h +++ b/src/gui/contexthelp.h @@ -30,7 +30,7 @@ in a ICNDocument. class ContextHelp : public TQWidget { Q_OBJECT - TQ_OBJECT + public: static ContextHelp * self( KateMDI::ToolView * parent = 0l ); static TQString toolViewIdentifier() { return "ContextHelp"; } |