From f116c2dbb7984276b843aa4b2ae2fc9ecc530e01 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 21 Jan 2016 16:00:11 +0200 Subject: [PATCH] kparts: remove compat method Signed-off-by: Ivailo Monev --- kparts/part.cpp | 9 --------- kparts/part.h | 4 ---- 2 files changed, 13 deletions(-) diff --git a/kparts/part.cpp b/kparts/part.cpp index f6df30da..af3f6d8f 100644 --- a/kparts/part.cpp +++ b/kparts/part.cpp @@ -502,15 +502,6 @@ bool ReadOnlyPart::isProgressInfoEnabled() const return d->m_showProgressInfo; } -#ifndef KDE_NO_COMPAT -void ReadOnlyPart::showProgressInfo( bool show ) -{ - Q_D(ReadOnlyPart); - - d->m_showProgressInfo = show; -} -#endif - bool ReadOnlyPart::openUrl( const KUrl &url ) { Q_D(ReadOnlyPart); diff --git a/kparts/part.h b/kparts/part.h index dddce105..8db12144 100644 --- a/kparts/part.h +++ b/kparts/part.h @@ -510,10 +510,6 @@ public: */ bool isProgressInfoEnabled() const; -#ifndef KDE_NO_COMPAT - void showProgressInfo( bool show ); -#endif - public Q_SLOTS: /** * Only reimplement openUrl if you don't want the network transparency support