summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/myiconloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/myiconloader.h')
-rw-r--r--kdevdesigner/designer/myiconloader.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdevdesigner/designer/myiconloader.h b/kdevdesigner/designer/myiconloader.h
index e91208bc..4fcc5ed5 100644
--- a/kdevdesigner/designer/myiconloader.h
+++ b/kdevdesigner/designer/myiconloader.h
@@ -20,13 +20,13 @@
#ifndef MY_ICON_LOADER
#define MY_ICON_LOADER
-#include <qpixmap.h>
-#include <qstring.h>
+#include <tqpixmap.h>
+#include <tqstring.h>
class KInstance;
-QPixmap BarIcon2 (const QString &name);
-QPixmap SmallIcon2 (const QString &name);
+TQPixmap BarIcon2 (const TQString &name);
+TQPixmap SmallIcon2 (const TQString &name);
#endif