diff options
Diffstat (limited to 'general/ImageCache.cpp')
-rw-r--r-- | general/ImageCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/ImageCache.cpp b/general/ImageCache.cpp index c02342ae..e5585651 100644 --- a/general/ImageCache.cpp +++ b/general/ImageCache.cpp @@ -22,7 +22,7 @@ #include "ImageCache.h" -QPixmap PokeGen::ImageCache::open(const QString& fname, const bool force) throw(OpenException) +QPixmap ImageCache::open(const QString& fname, const bool force) throw(OpenException) { QPixmap pm; if (force) |