diff options
author | Michele Calgaro <[email protected]> | 2024-02-03 16:26:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-02-04 21:54:56 +0900 |
commit | cb1b22d0821b4fa3b72801659c6e8472e26c2b99 (patch) | |
tree | 6eb20a1cfc8ef1db04c310548070f23d6cda2e59 /kolourpaint/patches | |
parent | ea1f5870db808971e833dd901aac2647d50634bd (diff) | |
download | tdegraphics-cb1b22d0821b4fa3b72801659c6e8472e26c2b99.tar.gz tdegraphics-cb1b22d0821b4fa3b72801659c6e8472e26c2b99.zip |
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bda52bd053029243d499bbaf14d35beb8b6e43e1)
Diffstat (limited to 'kolourpaint/patches')
-rw-r--r-- | kolourpaint/patches/doc_resize_no_flicker.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kolourpaint/patches/doc_resize_no_flicker.diff b/kolourpaint/patches/doc_resize_no_flicker.diff index 112b48d1..a3593b95 100644 --- a/kolourpaint/patches/doc_resize_no_flicker.diff +++ b/kolourpaint/patches/doc_resize_no_flicker.diff @@ -519,7 +519,7 @@ diff -u -p -r1.3 kpviewscrollablecontainer.h virtual void viewportPaintEvent (QPaintEvent *e); virtual void paintEvent (QPaintEvent *e); -+protected Q_SLOTS: ++protected slots: + void windowActivationChanged (); +protected: + virtual void windowActivationChange (bool wasActive); |