00001 #ifndef IG_NETSCAPE_RUNNER_H
00002 #define IG_NETSCAPE_RUNNER_H
00003
00004 #include "Iguana/Studio/interface/config.h"
00005 #include <qobject.h>
00006 #include <stdlib.h>
00007
00008 class QString;
00009
00010 class IGUANA_STUDIO_API IgNetscapeRunner : public QObject
00011 {
00012 Q_OBJECT
00013
00014 public:
00015
00016 IgNetscapeRunner( QObject* parent = 0, const char* name = 0 )
00017 : QObject( parent, name ) {};
00018
00019 public slots:
00020
00021 void netscape( const QString & url );
00022
00023
00024
00025 };
00026 #endif //IG_NETSCAPE_RUNNER_H