aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpWidget.h
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-04-13 08:48:04 +0000
committerGravatar Fabio Bas2011-04-13 08:48:04 +0000
commitd1a5e58def999287f4f179d6f8e5a7fee31ca4e3 (patch)
tree3e6bbef663eb0201215eb5bdb6a0852845a5b89c /src/modules/help/HelpWidget.h
parentfixed paragraph formatting; (diff)
downloadKVIrc-d1a5e58def999287f4f179d6f8e5a7fee31ca4e3.tar.gz
KVIrc-d1a5e58def999287f4f179d6f8e5a7fee31ca4e3.tar.bz2
KVIrc-d1a5e58def999287f4f179d6f8e5a7fee31ca4e3.zip
fix for #1128
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5780 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/HelpWidget.h')
-rw-r--r--src/modules/help/HelpWidget.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/modules/help/HelpWidget.h b/src/modules/help/HelpWidget.h
index 78e2c9f35..f2865bdc5 100644
--- a/src/modules/help/HelpWidget.h
+++ b/src/modules/help/HelpWidget.h
@@ -40,7 +40,6 @@
class QToolButton;
class QLineEdit;
class KviMainWindow;
-//class QProcess;
class HelpWidget : public QWidget
{
@@ -50,17 +49,10 @@ public:
~HelpWidget();
private:
#ifdef COMPILE_WEBKIT_SUPPORT
- QToolButton * m_pBtnIndex;
- QToolButton * m_pBtnFindPrev;
- QToolButton * m_pBtnFindNext;
- QToolButton * m_pBtnResetFind;
- QToolButton * m_pBtnZoomIn;
- QToolButton * m_pBtnZoomOut;
-
- QToolBar * m_pToolBar;
- QLineEdit * m_pFindText;
- QVBoxLayout *m_pLayout;
- QWebView * m_pTextBrowser;
+ QToolBar * m_pToolBar;
+ QLineEdit * m_pFindText;
+ QVBoxLayout * m_pLayout;
+ QWebView * m_pTextBrowser;
#else
QToolButton * m_pBtnIndex;
QToolButton * m_pBtnBackward;