#include <QtCore/qsignalmapper.h>
#ifndef QSIGNALMAPPER_H
#ifndef QT_NO_SIGNALMAPPER
class QSignalMapper: public QObject{
public: void setMapping(class QObject* sender, class QString const & text);
};
#endif // QT_NO_SIGNALMAPPER
#endif // QSIGNALMAPPER_H