diff options
author | onestone <onestone> | 2006-10-31 16:45:05 +0000 |
---|---|---|
committer | onestone <onestone> | 2006-10-31 16:45:05 +0000 |
commit | ca34b506d7a3e291c1df0c2688ab974d9556b6e1 (patch) | |
tree | 1c93901884f36376dcb90eb44b44fe850f7b9546 /src | |
parent | 2a8c3a56a4af23fa3d794f573aa51c2a5e305f5c (diff) | |
download | aquamarine-ca34b506d7a3e291c1df0c2688ab974d9556b6e1.tar.gz aquamarine-ca34b506d7a3e291c1df0c2688ab974d9556b6e1.tar.bz2 |
aquamarine: fixed typo
Diffstat (limited to 'src')
-rw-r--r-- | src/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp index 7a9c392..c186c63 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -610,7 +610,7 @@ Aquamarine::Window::setMask (const QRegion & reg, int) } else { - m_clip = QRedion (reg.boundingRect ()); + m_clip = QRegion (reg.boundingRect ()); } m_clip -= QRegion (left, top, m_geometry.width (), m_geometry.height ()); |