diff options
author | Michele Calgaro <[email protected]> | 2023-09-02 15:52:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-02 15:52:49 +0900 |
commit | a8f627e6d45af521718176586daf0253b4daa597 (patch) | |
tree | cb97fd20da95f86ceac149162040a2907cd0acad /kicker/applets | |
parent | 547c7d72cf8f8eccd79e6114d3252ae01f1accde (diff) | |
download | tdebase-a8f627e6d45af521718176586daf0253b4daa597.tar.gz tdebase-a8f627e6d45af521718176586daf0253b4daa597.zip |
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/launcher/quickbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/launcher/quickbutton.cpp b/kicker/applets/launcher/quickbutton.cpp index 19377c1b4..e85732431 100644 --- a/kicker/applets/launcher/quickbutton.cpp +++ b/kicker/applets/launcher/quickbutton.cpp @@ -138,7 +138,7 @@ TQPixmap QuickURL::pixmap( mode_t _mode, TDEIcon::Group _group, pxmap = KMimeType::pixmapForURL(_kurl, _mode, _group, _force_size, _state); } // Resize to fit button - pxmap.convertFromImage(pxmap.convertToImage().smoothScale(_force_size,_force_size, TQ_ScaleMin)); + pxmap.convertFromImage(pxmap.convertToImage().smoothScale(_force_size,_force_size, TQImage::ScaleMin)); return pxmap; } |