summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 2b0f70f3..75f975d8 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -41,6 +41,7 @@
// Qt Includes
#include <QWidget>
#include <QWebInspector>
+#include <QSplitter>
// Forward Declarations
class NotificationBar;
@@ -125,6 +126,8 @@ private:
KParts::ReadOnlyPart *m_part;
int m_zoomFactor;
+
+ QSplitter *m_splitter;
};
#endif