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 41083b38c..cc7e7beb3 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 findIcon(const TQString& name, int size, KIcon::MatchType match) const;
+ KIcon tqfindIcon(const TQString& name, int size, KIcon::MatchType match) const;
void printTree(TQString& dbgString) const;
KIconTheme *theme;
};
-class KIconLoaderPrivate : public QObject
+class KIconLoaderPrivate : public TQObject
{
Q_OBJECT
public: