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