mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kdeui: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
65d6c6f28c
commit
abfdeb0244
2 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ QString KIconEngine::iconName() const
|
|||
return mIconName;
|
||||
}
|
||||
|
||||
QIconEngineV2 *KIconEngine::clone() const
|
||||
QIconEngine *KIconEngine::clone() const
|
||||
{
|
||||
return new KIconEngine(mIconName, mIconLoader.data(), mOverlays);
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ class KIconLoader;
|
|||
*
|
||||
* @author Hamish Rodda <rodda@kde.org>
|
||||
*/
|
||||
class KIconEngine : public QIconEngineV2
|
||||
class KIconEngine : public QIconEngine
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
@ -61,7 +61,7 @@ class KIconEngine : public QIconEngineV2
|
|||
|
||||
QString key() const final;
|
||||
QString iconName() const final;
|
||||
QIconEngineV2 *clone() const final;
|
||||
QIconEngine *clone() const final;
|
||||
bool read(QDataStream &in) final;
|
||||
bool write(QDataStream &out) const final;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue