libmain.h

00001 #ifndef LIBMAIN_H
00002 #define LIBMAIN_H
00003 
00004 #include <qobject.h>
00005 
00006 class LibMain : public QObject
00007 {
00008     Q_OBJECT
00009 public:
00010     LibMain( QObject *parent = 0, const char *name = 0 );
00011     ~LibMain();
00012 };
00013 
00014 #endif // LIBMAIN_H

Generated on Mon Jun 5 10:20:48 2006 for Intelligence.kdevelop by  doxygen 1.4.6