summaryrefslogtreecommitdiffstats
path: root/twin/sm.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-17 21:15:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-17 21:15:44 -0600
commitb92f4fbd165f03685928a50d85c34ba8729b7c48 (patch)
treebed67f0b975748079868a96e23e31863aa5a0c0b /twin/sm.cpp
parentb3e920373e396a5af2d3f39c6e3ae51fe01b92a9 (diff)
downloadtdebase-b92f4fbd165f03685928a50d85c34ba8729b7c48.tar.gz
tdebase-b92f4fbd165f03685928a50d85c34ba8729b7c48.zip
Fix tdebase FTBFS
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();