summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waSkinModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/winskin/waSkinModel.cpp')
-rw-r--r--noatun/modules/winskin/waSkinModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waSkinModel.cpp b/noatun/modules/winskin/waSkinModel.cpp
index bbe20a39..e7562c04 100644
--- a/noatun/modules/winskin/waSkinModel.cpp
+++ b/noatun/modules/winskin/waSkinModel.cpp
@@ -59,7 +59,7 @@ WaPixmapEntry waPixmapEntries[11] = {
WaSkinModel::WaSkinModel()
{
for (int x = 0;x < 11;x++)
- waPixmapEntries[x].pixmap = new QPixmap;
+ waPixmapEntries[x].pixmap = new TQPixmap;
resetSkinModel();
_waskinmodel_instance = this;