This commit is contained in:
fourtf 2016-12-29 18:02:13 +01:00
parent b9073b3cc2
commit 1d7eb937f4

View file

@ -2,9 +2,10 @@
#define NOTEBOOKTAB_H #define NOTEBOOKTAB_H
#include "QObject" #include "QObject"
#include "notebook.h"
#include "notebookpage.h" #include "notebookpage.h"
class Notebook;
class NotebookTab : public QWidget class NotebookTab : public QWidget
{ {
Q_OBJECT Q_OBJECT