summaryrefslogtreecommitdiffstats
path: root/tdeui/krootpixmap.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-04 11:15:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-04 11:15:12 +0900
commit31d05ba33da9bb6f848c9dd19f398c9c80f499fb (patch)
tree6724aeb225463ae69236c751d70f1afc23d43afc /tdeui/krootpixmap.cpp
parent53f603f284e8a36a764855f80b0ddaadfee818b8 (diff)
downloadtdelibs-rename/kwinmodule.tar.gz
tdelibs-rename/kwinmodule.zip
Rename KWinModule to TWinModulerename/kwinmodule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui/krootpixmap.cpp')
-rw-r--r--tdeui/krootpixmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/krootpixmap.cpp b/tdeui/krootpixmap.cpp
index ac54511f4..6dce0367a 100644
--- a/tdeui/krootpixmap.cpp
+++ b/tdeui/krootpixmap.cpp
@@ -38,7 +38,7 @@ class KRootPixmapData
public:
TQWidget *toplevel;
#ifdef TQ_WS_X11
- KWinModule *twin;
+ TWinModule *twin;
#endif
};
@@ -72,7 +72,7 @@ void KRootPixmap::init()
#ifdef TQ_WS_X11
connect(m_pPixmap, TQ_SIGNAL(done(bool)), TQ_SLOT(slotDone(bool)));
- d->twin = new KWinModule( this );
+ d->twin = new TWinModule( this );
connect(d->twin, TQ_SIGNAL(windowChanged(WId, unsigned int)), TQ_SLOT(desktopChanged(WId, unsigned int)));
connect(d->twin, TQ_SIGNAL(currentDesktopChanged(int)), TQ_SLOT(desktopChanged(int)));
#endif