summaryrefslogtreecommitdiffstats
path: root/general/ImageCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'general/ImageCache.h')
-rw-r--r--general/ImageCache.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/general/ImageCache.h b/general/ImageCache.h
index 097d099c..1b06576f 100644
--- a/general/ImageCache.h
+++ b/general/ImageCache.h
@@ -28,13 +28,10 @@
#include <QString>
#include "Exception.h"
-namespace PokeGen
+class ImageCache
{
- class ImageCache
- {
- public:
- static QPixmap open(const QString& fname, const bool force = false) throw(OpenException);
- };
-}
+ public:
+ static QPixmap open(const QString& fname, const bool force = false) throw(OpenException);
+};
#endif