summaryrefslogtreecommitdiff
path: root/noncore/graphics/opie-eye/slave/jpeg_slave.h
Unidiff
Diffstat (limited to 'noncore/graphics/opie-eye/slave/jpeg_slave.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/slave/jpeg_slave.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/slave/jpeg_slave.h b/noncore/graphics/opie-eye/slave/jpeg_slave.h
new file mode 100644
index 0000000..e800dbd
--- a/dev/null
+++ b/noncore/graphics/opie-eye/slave/jpeg_slave.h
@@ -0,0 +1,19 @@
1/*
2 * GPLv2 zecke@handhelds.org
3 */
4#ifndef JPEG_SLAVE_IMPL_H
5#define JPEG_SLAVE_IMPL_H
6
7#include "slaveiface.h"
8
9class JpegSlave : public SlaveInterface {
10public:
11 JpegSlave();
12 ~JpegSlave();
13
14 QString iconViewName( const QString& );
15 QString fullImageInfo( const QString& );
16 QPixmap pixmap( const QString&, int, int );
17};
18
19#endif