|
|
@ -98,7 +98,7 @@ kdDebug()<<"ArtsControlApplet::widthForHeight( int "<<h<<" )"<<endl;
|
|
|
|
|
|
|
|
|
|
|
|
int ArtsControlApplet::heightForWidth( int w ) const {
|
|
|
|
int ArtsControlApplet::heightForWidth( int w ) const {
|
|
|
|
kdDebug()<<"ArtsControlApplet::heightForWidth( int "<<w<<" )"<<endl;
|
|
|
|
kdDebug()<<"ArtsControlApplet::heightForWidth( int "<<w<<" )"<<endl;
|
|
|
|
return p->tqlayout->sizeHint().height();
|
|
|
|
return p->layout->sizeHint().height();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void ArtsControlApplet::resizeEvent( TQResizeEvent * /*_Event*/ ) {
|
|
|
|
void ArtsControlApplet::resizeEvent( TQResizeEvent * /*_Event*/ ) {
|
|
|
|