|
|
|
@ -86,7 +86,7 @@ UniversalAmarok::UniversalAmarok(TDEInstance *inst,TQObject *parent,TQWidget *wi
|
|
|
|
|
topBar->setIconSize(16); |
|
|
|
|
topBar->insertButton( "today", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( currentTrack() ) ); |
|
|
|
|
topBar->insertButton( "document", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( lyrics() ) ); |
|
|
|
|
topBar->insertButton( "personal", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( wiki() ) ); |
|
|
|
|
topBar->insertButton( "preferences-desktop-personal", 0, TQT_SIGNAL( clicked() ), this, TQT_SLOT( wiki() ) ); |
|
|
|
|
|
|
|
|
|
browser = new TDEHTMLPart(widget, "widget-browser"); |
|
|
|
|
//browser=new TDEHTMLPart(widget);
|
|
|
|
|