#include <QtGui/qdesktopservices.h>
#ifndef QDESKTOPSERVICES_H
#ifndef QT_NO_DESKTOPSERVICES
class QDesktopServices{
public: static void setUrlHandler(class QString const & scheme, struct QObject* receiver, char const * method);
};
#endif // QT_NO_DESKTOPSERVICES
#endif // QDESKTOPSERVICES_H