diff options
Diffstat (limited to 'common/console.h')
-rw-r--r-- | common/console.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/console.h b/common/console.h index d36ce05..0df5c38 100644 --- a/common/console.h +++ b/common/console.h | |||
@@ -1,11 +1,13 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #include <akonadi2common_export.h> | ||
4 | |||
3 | #include <QTime> | 5 | #include <QTime> |
4 | #include <QWidget> | 6 | #include <QWidget> |
5 | 7 | ||
6 | class QTextBrowser; | 8 | class QTextBrowser; |
7 | 9 | ||
8 | class Console : public QWidget | 10 | class AKONADI2COMMON_EXPORT Console : public QWidget |
9 | { | 11 | { |
10 | Q_OBJECT | 12 | Q_OBJECT |
11 | public: | 13 | public: |