diff options
Diffstat (limited to 'src/dolphintabpage.h')
| -rw-r--r-- | src/dolphintabpage.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index a8c1ba311..abe65843a 100644 --- a/src/dolphintabpage.h +++ b/src/dolphintabpage.h @@ -8,6 +8,8 @@ #ifndef DOLPHIN_TAB_PAGE_H #define DOLPHIN_TAB_PAGE_H +#include "global.h" + #include <QPointer> #include <QUrl> #include <QWidget> @@ -19,11 +21,6 @@ class QVariantAnimation; class KFileItemList; class DolphinTabPageSplitter; -enum Animated { - WithAnimation, - WithoutAnimation -}; - class DolphinTabPage : public QWidget { Q_OBJECT |
