summaryrefslogtreecommitdiffstats
path: root/amor
diff options
context:
space:
mode:
Diffstat (limited to 'amor')
-rw-r--r--amor/amor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp
index 5038752..1f765c6 100644
--- a/amor/amor.cpp
+++ b/amor/amor.cpp
@@ -861,7 +861,7 @@ void Amor::slotStackingChanged()
// We seem to get this signal before the window has been restacked,
// so we just schedule a restack.
- mStackTimer->start( 20, TRUE );
+ mStackTimer->start( 20, true );
}
//---------------------------------------------------------------------------