Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

tabapplnk.h

Go to the documentation of this file.
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 

Generated on Sat Nov 5 16:18:18 2005 for OPIE by  doxygen 1.4.2