aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpWindow.h')
-rw-r--r--src/modules/help/HelpWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/HelpWindow.h b/src/modules/help/HelpWindow.h
index ff5c1468f..cb7d4c62e 100644
--- a/src/modules/help/HelpWindow.h
+++ b/src/modules/help/HelpWindow.h
@@ -48,7 +48,7 @@ class HelpWindow : public KviWindow
{
Q_OBJECT
public:
- HelpWindow(KviMainWindow * lpFrm,const char * name);
+ HelpWindow(const char * name);
~HelpWindow();
protected:
HelpWidget * m_pHelpWidget;