From bee265d85549eed053dfc1e6308f4b5dbd3f2536 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 9 Jul 2011 02:23:29 +0000 Subject: Remove the tq in front of these incorrectly TQt4-converted methods/data members: tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 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 e5194ed49..8bb3f8c99 100644 --- a/kwin/layers.cpp +++ b/kwin/layers.cpp @@ -87,7 +87,7 @@ void Workspace::updateClientLayer( Client* c ) if( c->layer() == c->belongsToLayer()) return; StackingUpdatesBlocker blocker( this ); - c->tqinvalidateLayer(); // tqinvalidate, will be updated when doing restacking + c->invalidateLayer(); // tqinvalidate, will be updated when doing restacking for( ClientList::ConstIterator it = c->transients().begin(); it != c->transients().end(); ++it ) -- cgit v1.2.1