From fb652a2be46ce1a2081e5dde268cd9f4ebe6fdd0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 15:08:51 -0600 Subject: Fix kdelibs FTBFS on native TQt3 --- tdeui/kmainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/kmainwindow.cpp') diff --git a/tdeui/kmainwindow.cpp b/tdeui/kmainwindow.cpp index 90d572bda..ffd16d0ef 100644 --- a/tdeui/kmainwindow.cpp +++ b/tdeui/kmainwindow.cpp @@ -90,7 +90,7 @@ public: ~KMWSessionManaged() { } - bool saveState( QSessionManager& ) + bool saveState( TQSessionManager& ) { KConfig* config = KApplication::kApplication()->sessionConfig(); if ( KMainWindow::memberList->first() ){ @@ -110,7 +110,7 @@ public: return true; } - bool commitData( QSessionManager& sm ) + bool commitData( TQSessionManager& sm ) { // not really a fast method but the only compatible one if ( sm.allowsInteraction() ) { -- cgit v1.2.1