summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/helpwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/helpwidget.h')
-rw-r--r--kcontrol/kcontrol/helpwidget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kcontrol/kcontrol/helpwidget.h b/kcontrol/kcontrol/helpwidget.h
index 1a01cc860..680184df5 100644
--- a/kcontrol/kcontrol/helpwidget.h
+++ b/kcontrol/kcontrol/helpwidget.h
@@ -22,11 +22,12 @@
class TQWidget;
class TQWhatsThis;
+class DockContainer;
class HelpWidget : public TQWhatsThis
{
public:
- HelpWidget(TQWidget *parent);
+ HelpWidget(DockContainer *parent);
void setText( const TQString& docPath, const TQString& text);
void setBaseText();
@@ -38,6 +39,7 @@ public:
private:
TQString docpath;
TQString helptext;
+ DockContainer* _dock;
};
#endif