diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-03 00:48:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-05 11:58:22 +0900 |
| commit | da49daf5e172336e697c47c702521231d5001001 (patch) | |
| tree | 93ce15b34dc8aea35094bace99f25d16ef06c358 /noatun/modules/winskin/waWidget.h | |
| parent | 452c1e8191d38a7449364467ae0601ace808e7f7 (diff) | |
| download | tdemultimedia-da49daf5.tar.gz tdemultimedia-da49daf5.zip | |
Replaced various '#define' with actual strings - part 5
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8729e642eaa3629412ef948e590e35ade2cbb0ea)
Diffstat (limited to 'noatun/modules/winskin/waWidget.h')
| -rw-r--r-- | noatun/modules/winskin/waWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waWidget.h b/noatun/modules/winskin/waWidget.h index 81f12f14..3f2f018a 100644 --- a/noatun/modules/winskin/waWidget.h +++ b/noatun/modules/winskin/waWidget.h @@ -19,7 +19,7 @@ public: void paintPixmap(int wa_mapping, int x, int y); void paintPixmap(int wa_mapping, int number, int x, int y); - void paintBackground() { WaSkinModel::instance()->paintBackgroundTo(mapping, TQT_TQPAINTDEVICE(this), 0, 0); } + void paintBackground() { WaSkinModel::instance()->paintBackgroundTo(mapping, this, 0, 0); } protected: void mousePressEvent(TQMouseEvent *); |
