Esempio n. 1
0
KasBar *KasBar::createChildBar( Qt::Orientation o, QWidget *parent, const char *name )
{
    KasBar *child = new KasBar( o, this, parent, name );
    child->rereadMaster();
    return child;
}