diff options
Diffstat (limited to 'amor/amorpm.cpp')
-rw-r--r-- | amor/amorpm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/amorpm.cpp b/amor/amorpm.cpp index 75a87b3..9d58794 100644 --- a/amor/amorpm.cpp +++ b/amor/amorpm.cpp @@ -56,7 +56,7 @@ AmorPixmapManager::~AmorPixmapManager() // const TQPixmap *AmorPixmapManager::load(const TQString & img) { - TQPixmap *pixmap = mPixmaps.find(img); + TQPixmap *pixmap = mPixmaps.tqfind(img); if (!pixmap) { |