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

infoimp.h

Go to the documentation of this file.
00001 #ifndef INFOIMP_H
00002 #define INFOIMP_H
00003 
00004 #include "info.h"
00005 
00006 class QTimer;
00007 //class WExtensions;
00008 
00009 class WlanInfoImp : public WlanInfo {
00010   Q_OBJECT
00011 
00012 public:
00013   WlanInfoImp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00014 
00015 private slots:
00016   void update();
00017 
00018 private:
00019   //WExtensions *wExtensions;
00020   QTimer *timer;
00021   
00022 };
00023 
00024 #endif
00025 
00026 // infoimp.h
00027 

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