summaryrefslogtreecommitdiffstats
path: root/kdecore/kiconloader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kiconloader_p.h')
-rw-r--r--kdecore/kiconloader_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kiconloader_p.h b/kdecore/kiconloader_p.h
index cc7e7beb3..41083b38c 100644
--- a/kdecore/kiconloader_p.h
+++ b/kdecore/kiconloader_p.h
@@ -27,13 +27,13 @@ public:
void queryIcons(TQStringList *lst, int size, KIcon::Context context) const;
void queryIconsByContext(TQStringList *lst, int size, KIcon::Context context) const;
- KIcon tqfindIcon(const TQString& name, int size, KIcon::MatchType match) const;
+ KIcon findIcon(const TQString& name, int size, KIcon::MatchType match) const;
void printTree(TQString& dbgString) const;
KIconTheme *theme;
};
-class KIconLoaderPrivate : public TQObject
+class KIconLoaderPrivate : public QObject
{
Q_OBJECT
public: