aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwidget.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-04-26 17:30:41 +0000
committerGravatar Elvio Basello2008-04-26 17:30:41 +0000
commit6f373b659bd117a09f665e705c139d268e832e50 (patch)
tree6e4f7cb0021dede921c645677447860fbf9eaaae /src/modules/help/helpwidget.h
parentmore work on KviTalTabDialog (diff)
downloadKVIrc-6f373b659bd117a09f665e705c139d268e832e50.tar.gz
KVIrc-6f373b659bd117a09f665e705c139d268e832e50.tar.bz2
KVIrc-6f373b659bd117a09f665e705c139d268e832e50.zip
indented code...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1599 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/helpwidget.h')
-rw-r--r--src/modules/help/helpwidget.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/modules/help/helpwidget.h b/src/modules/help/helpwidget.h
index 8d592e93c..8d7e35199 100644
--- a/src/modules/help/helpwidget.h
+++ b/src/modules/help/helpwidget.h
@@ -22,14 +22,16 @@
// Inc. ,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
-#include "kvi_tal_hbox.h"
-#include <qtextbrowser.h>
#include "index.h"
-#include <qprogressbar.h>
-class KviFrame;
+#include "kvi_tal_hbox.h"
+
+#include <QTextBrowser>
+#include <QProgressBar>
+
class QToolButton;
class QLineEdit;
+class KviFrame;
//class KviProcess;
class KviHelpWidget : public QWidget
@@ -42,7 +44,7 @@ private:
QToolButton * m_pBtnIndex;
QToolButton * m_pBtnBackward;
QToolButton * m_pBtnForward;
- KviTalHBox * m_pToolBar;
+ KviTalHBox * m_pToolBar;
QTextBrowser * m_pTextBrowser;
bool m_bIsStandalone;
protected: