diff options
| author | 2010-12-27 05:02:48 +0000 | |
|---|---|---|
| committer | 2010-12-27 05:02:48 +0000 | |
| commit | 075bdcd93cf7882bad4cb027adf159f93674d6e5 (patch) | |
| tree | ae06173bd9e8e2db71cced8a9ebad214607d7f9a /src/modules/help/helpwidget.h | |
| parent | Yet more renaming and cleanup (diff) | |
| download | KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.gz KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.tar.bz2 KVIrc-075bdcd93cf7882bad4cb027adf159f93674d6e5.zip | |
More renaming and cleanup
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwidget.h')
| -rw-r--r-- | src/modules/help/helpwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h index 567d25348..bec03d087 100644 --- a/src/modules/help/helpwidget.h +++ b/src/modules/help/helpwidget.h @@ -33,14 +33,14 @@ class QToolButton; class QLineEdit; -class KviFrame; +class KviMainWindow; //class QProcess; class KviHelpWidget : public QWidget { Q_OBJECT public: - KviHelpWidget(QWidget *par,KviFrame * lpFrm,bool bIsStandalone = false); + KviHelpWidget(QWidget *par,KviMainWindow * lpFrm,bool bIsStandalone = false); ~KviHelpWidget(); private: QToolButton * m_pBtnIndex; |
