diff options
Diffstat (limited to 'src/ui/widgets/InfoBoardWidget.h')
-rw-r--r-- | src/ui/widgets/InfoBoardWidget.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/widgets/InfoBoardWidget.h b/src/ui/widgets/InfoBoardWidget.h index b124cea2..1dfe7a52 100644 --- a/src/ui/widgets/InfoBoardWidget.h +++ b/src/ui/widgets/InfoBoardWidget.h @@ -46,6 +46,8 @@ typedef enum { INFO_ERROR_NEUTRAL = 3, } InfoBoardStatus; +class TextEditTabWidget; + /** * @brief Class for handling the verify label shown at bottom of a textedit-page */ @@ -72,7 +74,7 @@ class InfoBoardWidget : public QWidget { * * @param tab */ - void AssociateTabWidget(QTabWidget* tab); + void AssociateTabWidget(TextEditTabWidget* tab); /** * @brief |