summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/tabapplnk.h
Unidiff
Diffstat (limited to 'noncore/unsupported/tabmanager/tabapplnk.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/tabmanager/tabapplnk.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/noncore/unsupported/tabmanager/tabapplnk.h b/noncore/unsupported/tabmanager/tabapplnk.h
new file mode 100644
index 0000000..375d33b
--- a/dev/null
+++ b/noncore/unsupported/tabmanager/tabapplnk.h
@@ -0,0 +1,18 @@
1#ifndef TABAPPLNK_H
2#define TABAPPLNK_H
3
4#include <qpe/applnk.h>
5
6class TabAppLnk : public AppLnk {
7
8public:
9 TabAppLnk( const QString & file) :AppLnk(file){ };
10
11 QString pixmapString() { return mIconFile; };
12
13};
14
15#endif
16
17// tabapplnk.h
18