summaryrefslogtreecommitdiffstats
path: root/twin/sm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/sm.cpp')
-rw-r--r--twin/sm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/sm.cpp b/twin/sm.cpp
index 3a6aa3ebe..752ea988c 100644
--- a/twin/sm.cpp
+++ b/twin/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();