summaryrefslogtreecommitdiffstats
path: root/kdefx
diff options
context:
space:
mode:
Diffstat (limited to 'kdefx')
-rw-r--r--kdefx/kimageeffect.h10
-rw-r--r--kdefx/kpixmapeffect.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/kdefx/kimageeffect.h b/kdefx/kimageeffect.h
index 4a4c68dd4..155df71b1 100644
--- a/kdefx/kimageeffect.h
+++ b/kdefx/kimageeffect.h
@@ -33,11 +33,11 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <kdelibs_export.h>
-class QImage;
-class QSize;
-class QColor;
-class QPoint;
-class QRect;
+class TQImage;
+class TQSize;
+class TQColor;
+class TQPoint;
+class TQRect;
/**
* This class includes various TQImage based graphical effects.
diff --git a/kdefx/kpixmapeffect.h b/kdefx/kpixmapeffect.h
index d3199c083..c0c8ac68c 100644
--- a/kdefx/kpixmapeffect.h
+++ b/kdefx/kpixmapeffect.h
@@ -14,7 +14,7 @@
#include <tqsize.h>
class KPixmap;
-class QColor;
+class TQColor;
/**
* This class includes various pixmap-based graphical effects.