From 8f14fb0418241694e61cb35dda95fea6d9b7830d Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kimgio/dds.h | 2 +- kimgio/exr.h | 2 +- kimgio/g3r.h | 2 +- kimgio/hdr.h | 2 +- kimgio/ico.h | 2 +- kimgio/jp2.h | 2 +- kimgio/pcx.h | 2 +- kimgio/psd.h | 2 +- kimgio/rgb.h | 4 ++-- kimgio/tga.h | 2 +- kimgio/tiffr.h | 2 +- kimgio/xview.h | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kimgio') diff --git a/kimgio/dds.h b/kimgio/dds.h index 6933f2b63..3ccfed3a1 100644 --- a/kimgio/dds.h +++ b/kimgio/dds.h @@ -10,7 +10,7 @@ #ifndef KIMG_DDS_H #define KIMG_DDS_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_dds_read( TQImageIO * ); diff --git a/kimgio/exr.h b/kimgio/exr.h index 04bd6d956..7c3e8aefa 100644 --- a/kimgio/exr.h +++ b/kimgio/exr.h @@ -11,7 +11,7 @@ #ifndef KIMG_EXR_H #define KIMG_EXR_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_exr_read (TQImageIO *io); diff --git a/kimgio/g3r.h b/kimgio/g3r.h index f734a9e82..09f19b30d 100644 --- a/kimgio/g3r.h +++ b/kimgio/g3r.h @@ -10,7 +10,7 @@ #ifndef KIMG_G3R_H #define KIMG_G3R_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_g3_read( TQImageIO *io ); diff --git a/kimgio/hdr.h b/kimgio/hdr.h index 327d3d6d2..52bae3583 100644 --- a/kimgio/hdr.h +++ b/kimgio/hdr.h @@ -10,7 +10,7 @@ #ifndef KIMG_HDR_H #define KIMG_HDR_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_hdr_read( TQImageIO * ); diff --git a/kimgio/ico.h b/kimgio/ico.h index 335cc8237..e79a1a756 100644 --- a/kimgio/ico.h +++ b/kimgio/ico.h @@ -35,7 +35,7 @@ #ifndef _ICO_H_ #define _ICO_H_ -class QImageIO; +class TQImageIO; extern "C" { diff --git a/kimgio/jp2.h b/kimgio/jp2.h index c71820af5..da744d247 100644 --- a/kimgio/jp2.h +++ b/kimgio/jp2.h @@ -2,7 +2,7 @@ #ifndef KIMG_JP2_H #define KIMG_JP2_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_jp2_read( TQImageIO* io ); diff --git a/kimgio/pcx.h b/kimgio/pcx.h index 72753df33..eef3293c5 100644 --- a/kimgio/pcx.h +++ b/kimgio/pcx.h @@ -14,7 +14,7 @@ #include #include -class QImageIO; +class TQImageIO; extern "C" { diff --git a/kimgio/psd.h b/kimgio/psd.h index 88ee3b5bc..cf2e7dc25 100644 --- a/kimgio/psd.h +++ b/kimgio/psd.h @@ -12,7 +12,7 @@ #include -class QImageIO; +class TQImageIO; extern "C" { KDE_EXPORT void kimgio_psd_read( TQImageIO * ); diff --git a/kimgio/rgb.h b/kimgio/rgb.h index cd0a897d9..fae42a900 100644 --- a/kimgio/rgb.h +++ b/kimgio/rgb.h @@ -15,8 +15,8 @@ #include -class QImage; -class QImageIO; +class TQImage; +class TQImageIO; extern "C" { void kimgio_rgb_read(TQImageIO *); diff --git a/kimgio/tga.h b/kimgio/tga.h index c9dc3902f..ce5824802 100644 --- a/kimgio/tga.h +++ b/kimgio/tga.h @@ -10,7 +10,7 @@ #ifndef KIMG_TGA_H #define KIMG_TGA_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_tga_read( TQImageIO * ); diff --git a/kimgio/tiffr.h b/kimgio/tiffr.h index b7cad3558..e0d493d3b 100644 --- a/kimgio/tiffr.h +++ b/kimgio/tiffr.h @@ -10,7 +10,7 @@ #ifndef KIMG_TIFFR_H #define KIMG_TIFFR_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_tiff_read( TQImageIO *io ); diff --git a/kimgio/xview.h b/kimgio/xview.h index f0b518f70..1d44af9ea 100644 --- a/kimgio/xview.h +++ b/kimgio/xview.h @@ -2,7 +2,7 @@ #ifndef XVIEW_H #define XVIEW_H -class QImageIO; +class TQImageIO; extern "C" { void kimgio_xv_read( TQImageIO * ); -- cgit v1.2.1