diff --git a/effects.h b/effects.h index 4eb8ac67a8..29133d7788 100644 --- a/effects.h +++ b/effects.h @@ -26,7 +26,7 @@ along with this program. If not, see . #include "scene.h" #include -#include +#include class KService; @@ -294,7 +294,7 @@ class EffectWindowImpl : public EffectWindow private: Toplevel* toplevel; Scene::Window* sw; // This one is used only during paint pass. - QMap dataMap; + QHash dataMap; }; class EffectWindowGroupImpl