diff options
Diffstat (limited to 'amor/amorpm.h')
-rw-r--r-- | amor/amorpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amorpm.h b/amor/amorpm.h index ad2a355..633bf2e 100644 --- a/amor/amorpm.h +++ b/amor/amorpm.h @@ -50,7 +50,7 @@ public: { mPixmapDir = "."; mPixmaps.clear(); } const TQPixmap *load(const TQString & img); const TQPixmap *pixmap(const TQString & img) const - { return mPixmaps.find(img); } + { return mPixmaps.tqfind(img); } static AmorPixmapManager *manager(); |