00001 #ifndef TABAPPLNK_H 00002 #define TABAPPLNK_H 00003 00004 #include <qpe/applnk.h> 00005 00006 class TabAppLnk : public AppLnk { 00007 00008 public: 00009 TabAppLnk( const QString & file) :AppLnk(file){ }; 00010 00011 QString pixmapString() { return mIconFile; }; 00012 00013 }; 00014 00015 #endif 00016 00017 // tabapplnk.h 00018
1.4.2