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

main.h

Go to the documentation of this file.
00001 // (C) Michael 'Mickey' Lauer <mickey@Vanille.de>
00002 // LICENSE = "GPLv2"
00003 
00004 #ifndef MAIN_H
00005 #define MAIN_H
00006 
00007 /* OPIE */
00008 #include <opie2/ofilenotify.h>
00009 
00010 /* QT */
00011 #include <qapplication.h>
00012 #include <qpushbutton.h>
00013 #include <qtextstream.h>
00014 
00015 class App : public QApplication
00016 {
00017   Q_OBJECT
00018   public:
00019     App( int argc, char** argv );
00020    ~App();
00021 
00022   public slots:
00023     void triggered( const QString&, unsigned int, const QString& );
00024 
00025   private:
00026     Opie::Core::ODirNotification* tmpfoo;
00027 };
00028 
00029 #endif

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