summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/ksharedpixmap.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdeui/ksharedpixmap.sip')
-rw-r--r--sip/tdeui/ksharedpixmap.sip6
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdeui/ksharedpixmap.sip b/sip/tdeui/ksharedpixmap.sip
index 1ffec51..e9af80d 100644
--- a/sip/tdeui/ksharedpixmap.sip
+++ b/sip/tdeui/ksharedpixmap.sip
@@ -27,9 +27,9 @@
class KSharedPixmap : TQWidget, KPixmap
{
%TypeHeaderCode
-#include <qwidget.h>
-#include <qpaintdevice.h>
-#include <qpixmap.h>
+#include <tqwidget.h>
+#include <tqpaintdevice.h>
+#include <tqpixmap.h>
#include <kpixmap.h>
#include <ksharedpixmap.h>
%End