The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include <qhbox.h>

suicidal virtual class QHBox : virtual QFrame {
    QHBox(QWidget * = 0, const char * = 0, Qt::WFlags = 0, bool = TRUE);
    void setSpacing(int);
protected:
    QHBox(bool, QWidget * = 0, const char * = 0, Qt::WFlags = 0, bool = TRUE);
    virtual void frameChanged();
} Qt::HBox;