kparts: remove compat method

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-01-21 16:00:11 +02:00
parent 2d12108e97
commit f116c2dbb7
2 changed files with 0 additions and 13 deletions

View file

@ -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);

View file

@ -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