From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/layers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kwin/layers.cpp') 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 ) -- cgit v1.2.1