#include <QtGui/qdesktopservices.h>
#ifndef QDESKTOPSERVICES_H
#ifndef QT_NO_DESKTOPSERVICES
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