summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/winskin/waMain.cpp')
-rw-r--r--noatun/modules/winskin/waMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waMain.cpp b/noatun/modules/winskin/waMain.cpp
index a5bb7fdc..f66b8535 100644
--- a/noatun/modules/winskin/waMain.cpp
+++ b/noatun/modules/winskin/waMain.cpp
@@ -6,7 +6,7 @@ WaMain::WaMain() : WaWidget(_WA_MAPPING_MAIN) {
WaMain::~WaMain() {
}
-void WaMain::paintEvent(QPaintEvent *) {
+void WaMain::paintEvent(TQPaintEvent *) {
paintPixmap(_WA_SKIN_MAIN);
}