diff options
Diffstat (limited to 'kwin/client.h')
-rw-r--r-- | kwin/client.h | 2 |
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_; |