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 --- klipper/toplevel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klipper') diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp index 0db99c25e..81c7bd326 100644 --- a/klipper/toplevel.cpp +++ b/klipper/toplevel.cpp @@ -110,7 +110,7 @@ public: * * Saving history on session save */ - virtual bool commitData( QSessionManager& ) { + virtual bool commitData( TQSessionManager& ) { klipper->saveSession(); return true; } @@ -119,7 +119,7 @@ private: }; extern bool qt_qclipboard_bailout_hack; -#if KDE_IS_VERSION( 3, 9, 0 ) +#if KDE_IS_VERSION( 15, 0, 0 ) #error Check status of #80072 with Qt4. #endif -- cgit v1.2.3