summaryrefslogtreecommitdiff
path: root/noncore/unsupported/tabmanager/tabapplnk.h
Side-by-side diff
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 @@
+#ifndef TABAPPLNK_H
+#define TABAPPLNK_H
+
+#include <qpe/applnk.h>
+
+class TabAppLnk : public AppLnk {
+
+public:
+ TabAppLnk( const QString & file) :AppLnk(file){ };
+
+ QString pixmapString() { return mIconFile; };
+
+};
+
+#endif
+
+// tabapplnk.h
+