X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/de7c7ca274d2ce0c54eaf2d86a6b26f58d7bc26e..40cc5f665d:/src/dolphintabpage.h diff --git a/src/dolphintabpage.h b/src/dolphintabpage.h index f1a784eb7..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 #include #include @@ -19,11 +21,6 @@ class QVariantAnimation; class KFileItemList; class DolphinTabPageSplitter; -enum Animated { - WithAnimation, - WithoutAnimation -}; - class DolphinTabPage : public QWidget { Q_OBJECT @@ -46,7 +43,7 @@ public: * * @param enabled If true, creates a secondary viewContainer in this tab. * Otherwise deletes it. - * @param animated Decides wether the effects of this method call should + * @param animated Decides whether the effects of this method call should * happen instantly or be transitioned to smoothly. * @param secondaryUrl If \p enabled is true, the new viewContainer will be opened at this * parameter. The default value will set the Url of the new viewContainer