From b92f4fbd165f03685928a50d85c34ba8729b7c48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 17 Nov 2011 21:15:44 -0600 Subject: Fix tdebase FTBFS --- twin/sm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twin/sm.cpp') 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(); -- cgit v1.2.1