diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:46:49 -0600 |
commit | 996381f5af9d39777caa6c48bac35d8ff92ad99e (patch) | |
tree | be6f90dd1ba720117f052b201ba47c573df2769a /kjsembed/plugins | |
parent | e3ea15d255e93780eb08507aac726f305ae2ffb3 (diff) | |
download | tdebindings-996381f5af9d39777caa6c48bac35d8ff92ad99e.tar.gz tdebindings-996381f5af9d39777caa6c48bac35d8ff92ad99e.zip |
Rename a number of old tq methods that are no longer tq specific
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 b883ff66..cd22f169 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 <tqbrush.h> +#include <brush.h> #include "customobject_plugin.h" diff --git a/kjsembed/plugins/imagefx_plugin.cpp b/kjsembed/plugins/imagefx_plugin.cpp index ef3d0ed0..5ca4a6a4 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 <tqbrush.h> +#include <brush.h> #include "imagefx_plugin.h" |