diff options
Diffstat (limited to 'kjsembed/plugins')
-rw-r--r-- | kjsembed/plugins/customobject_plugin.cpp | 2 | ||||
-rw-r--r-- | kjsembed/plugins/imagefx_plugin.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kjsembed/plugins/customobject_plugin.cpp b/kjsembed/plugins/customobject_plugin.cpp index cd22f169..b883ff66 100644 --- a/kjsembed/plugins/customobject_plugin.cpp +++ b/kjsembed/plugins/customobject_plugin.cpp @@ -27,7 +27,7 @@ #include <kjsembed/kjsembedpart.h> #include <kjsembed/customobject_imp.h> #include <tqvariant.h> -#include <brush.h> +#include <tqbrush.h> #include "customobject_plugin.h" diff --git a/kjsembed/plugins/imagefx_plugin.cpp b/kjsembed/plugins/imagefx_plugin.cpp index 5ca4a6a4..ef3d0ed0 100644 --- a/kjsembed/plugins/imagefx_plugin.cpp +++ b/kjsembed/plugins/imagefx_plugin.cpp @@ -28,7 +28,7 @@ #include <kjsembed/kjsembedpart.h> #include <kjsembed/customobject_imp.h> #include <tqvariant.h> -#include <brush.h> +#include <tqbrush.h> #include "imagefx_plugin.h" |