diff options
Diffstat (limited to 'tdeui/kmainwindow.cpp')
-rw-r--r-- | tdeui/kmainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() ) { |