summaryrefslogtreecommitdiffstats
path: root/kwin/client.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-26 22:29:12 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-26 22:29:12 +0000
commit107dd1f98367d07df7cbe2042786511e44706d3a (patch)
tree75fab70f7b695c6c4a6d177eef6df669ff8d37aa /kwin/client.h
parentb6fc43ccd522dfbc1e215b12adb8208c156bbd31 (diff)
downloadtdebase-107dd1f98367d07df7cbe2042786511e44706d3a.tar.gz
tdebase-107dd1f98367d07df7cbe2042786511e44706d3a.zip
Fix recursive repaint
Add Qt4 support to kwin git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1217377 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/client.h')
-rw-r--r--kwin/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/client.h b/kwin/client.h
index 52fb025f6..d715a8558 100644
--- a/kwin/client.h
+++ b/kwin/client.h
@@ -580,7 +580,7 @@ class Client : public TQObject, public KDecorationDefines
friend struct CheckIgnoreFocusStealingProcedure;
friend struct ResetupRulesProcedure;
friend class GeometryUpdatesPostponer;
- void show() { assert( false ); } // SELI remove after Client is no longer QWidget
+ void show() { assert( false ); } // SELI remove after Client is no longer TQWidget
void hide() { assert( false ); }
uint opacity_;
uint savedOpacity_;