diff options
Diffstat (limited to 'noatun/modules/winskin/waMain.cpp')
-rw-r--r-- | noatun/modules/winskin/waMain.cpp | 2 |
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); } |