diff options
Diffstat (limited to 'kwin/sm.cpp')
-rw-r--r-- | kwin/sm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/sm.cpp b/kwin/sm.cpp index 3a6aa3ebe..752ea988c 100644 --- a/kwin/sm.cpp +++ b/kwin/sm.cpp @@ -27,7 +27,7 @@ License. See the file "COPYING" for the exact licensing terms. namespace KWinInternal { -bool SessionManaged::saveState( QSessionManager& sm ) +bool SessionManaged::saveState( TQSessionManager& sm ) { // If the session manager is ksmserver, save stacking // order, active window, active desktop etc. in phase 1, @@ -53,7 +53,7 @@ bool SessionManaged::saveState( QSessionManager& sm ) } // I bet this is broken, just like everywhere else in KDE -bool SessionManaged::commitData( QSessionManager& sm ) +bool SessionManaged::commitData( TQSessionManager& sm ) { if ( !sm.isPhase2() ) Workspace::self()->sessionSaveStarted(); |