diff options
Diffstat (limited to 'kwin/layers.cpp')
-rw-r--r-- | kwin/layers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/layers.cpp b/kwin/layers.cpp index 28085cf27..40a7583a4 100644 --- a/kwin/layers.cpp +++ b/kwin/layers.cpp @@ -515,7 +515,7 @@ ClientList Workspace::constrainedStackingOrder() kdDebug() << "stacking1:" << endl; #endif // build the order from layers - QMap< Group*, Layer > minimum_layer; + TQMap< Group*, Layer > minimum_layer; for( ClientList::ConstIterator it = unconstrained_stacking_order.begin(); it != unconstrained_stacking_order.end(); ++it ) |