summaryrefslogtreecommitdiffstats
path: root/kimgio/tga.h
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio/tga.h')
-rw-r--r--kimgio/tga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kimgio/tga.h b/kimgio/tga.h
index 85ce1f69f..c9dc3902f 100644
--- a/kimgio/tga.h
+++ b/kimgio/tga.h
@@ -13,8 +13,8 @@
class QImageIO;
extern "C" {
-void kimgio_tga_read( QImageIO * );
-void kimgio_tga_write( QImageIO * );
+void kimgio_tga_read( TQImageIO * );
+void kimgio_tga_write( TQImageIO * );
}
#endif