From 1d7eb937f4b21f899a59df207da29927ae89ee01 Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 29 Dec 2016 18:02:13 +0100 Subject: [PATCH] asd --- notebooktab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notebooktab.h b/notebooktab.h index 4b015f72a..617e1f1fa 100644 --- a/notebooktab.h +++ b/notebooktab.h @@ -2,9 +2,10 @@ #define NOTEBOOKTAB_H #include "QObject" -#include "notebook.h" #include "notebookpage.h" +class Notebook; + class NotebookTab : public QWidget { Q_OBJECT