summaryrefslogtreecommitdiffstats
path: root/src/komposeglobal.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:16:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-05 09:16:25 +0900
commitfd6464e262d740830ac88a794670ed729a6250ba (patch)
treec8a51efc0660bb3d3d8288b1d455f83ffcbc45af /src/komposeglobal.cpp
parent6e692868e6b093d0c7a62a3fde719894ee24fea5 (diff)
downloadkompose-fd6464e262d740830ac88a794670ed729a6250ba.tar.gz
kompose-fd6464e262d740830ac88a794670ed729a6250ba.zip
Rename KWinModule to TWinModule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposeglobal.cpp')
-rw-r--r--src/komposeglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposeglobal.cpp b/src/komposeglobal.cpp
index 3bed726..b530dc1 100644
--- a/src/komposeglobal.cpp
+++ b/src/komposeglobal.cpp
@@ -78,7 +78,7 @@ KomposeGlobal::KomposeGlobal(TQObject *parent, const char *name)
damageEvent(0)
{
globalInstance = this;
- twin_module = new KWinModule(); //FIXME: only needed for sharedpixmap :(
+ twin_module = new TWinModule(); //FIXME: only needed for sharedpixmap :(
currentDesktop = twin_module->currentDesktop();
desktopBgPixmap = new TDESharedPixmap;