#ifndef QDESKTOPSERVICES_H
#define QDESKTOPSERVICES_H
#include <QtCore/qstring.h>
struct QUrl;
typedef enum QtValidLicenseForGuiModule QtGuiModule;
#ifndef QT_NO_DESKTOPSERVICES
struct QObject;
class QDesktopServices{
public: static bool openUrl(struct QUrl const & url);
public: static void setUrlHandler(class QString const & scheme, struct QObject* receiver, char const * method);
public: static void unsetUrlHandler(class QString const & scheme);
};
#endif // QT_NO_DESKTOPSERVICES
#endif // QDESKTOPSERVICES_H