@ -151,8 +151,8 @@ soundKonverter::soundKonverter()
priorityActionMenu - > insert ( veryLowPriorityAction ) ; */
priorityActionMenu - > insert ( veryLowPriorityAction ) ; */
//priorityChanged();
//priorityChanged();
new TDEAction ( i18n ( " A&dd Files ... " ) , " sound " , CTRL + Key_D , TQT_TQOBJECT ( this ) , TQT_SLOT ( showFileDialog ( ) ) , actionCollection ( ) , " add_files " ) ;
new TDEAction ( i18n ( " A&dd Files ... " ) , " audio-x-generic " , CTRL + Key_D , TQT_TQOBJECT ( this ) , TQT_SLOT ( showFileDialog ( ) ) , actionCollection ( ) , " add_files " ) ;
new TDEAction ( i18n ( " Add &Folder ... " ) , " folder " , CTRL + Key_F , TQT_TQOBJECT ( this ) , TQT_SLOT ( showDirDialog ( ) ) , actionCollection ( ) , " add_folder " ) ;
new TDEAction ( i18n ( " Add &Folder ... " ) , " audio-x-generic " , CTRL + Key_F , TQT_TQOBJECT ( this ) , TQT_SLOT ( showDirDialog ( ) ) , actionCollection ( ) , " add_folder " ) ;
new TDEAction ( i18n ( " Add CD &tracks ... " ) , " cdaudio_unmount " , CTRL + Key_T , TQT_TQOBJECT ( this ) , TQT_SLOT ( showCdDialog ( ) ) , actionCollection ( ) , " add_audiocd " ) ;
new TDEAction ( i18n ( " Add CD &tracks ... " ) , " cdaudio_unmount " , CTRL + Key_T , TQT_TQOBJECT ( this ) , TQT_SLOT ( showCdDialog ( ) ) , actionCollection ( ) , " add_audiocd " ) ;
new TDEAction ( i18n ( " Add &URL ... " ) , " browser " , CTRL + Key_U , TQT_TQOBJECT ( this ) , TQT_SLOT ( showUrlDialog ( ) ) , actionCollection ( ) , " add_url " ) ;
new TDEAction ( i18n ( " Add &URL ... " ) , " browser " , CTRL + Key_U , TQT_TQOBJECT ( this ) , TQT_SLOT ( showUrlDialog ( ) ) , actionCollection ( ) , " add_url " ) ;
KStdAction : : quit ( TQT_TQOBJECT ( this ) , TQT_SLOT ( close ( ) ) , actionCollection ( ) ) ;
KStdAction : : quit ( TQT_TQOBJECT ( this ) , TQT_SLOT ( close ( ) ) , actionCollection ( ) ) ;
@ -232,7 +232,7 @@ soundKonverter::soundKonverter()
//font.setWeight( TQFont::DemiBold );
//font.setWeight( TQFont::DemiBold );
font . setPointSize ( font . pointSize ( ) + 1 ) ;
font . setPointSize ( font . pointSize ( ) + 1 ) ;
cAdd - > setFont ( font ) ;
cAdd - > setFont ( font ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " sound" , TDEIcon : : Toolbar ) , i18n ( " Add files ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " "audio - x - generic " ,TDEIcon::Toolbar), i18n( " Add files . . . " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " folder " , TDEIcon : : Toolbar ) , i18n ( " Add folder ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " folder " , TDEIcon : : Toolbar ) , i18n ( " Add folder ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " cdaudio_unmount " , TDEIcon : : Toolbar ) , i18n ( " Add CD tracks ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " cdaudio_unmount " , TDEIcon : : Toolbar ) , i18n ( " Add CD tracks ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " browser " , TDEIcon : : Toolbar ) , i18n ( " Add URL ... " ) ) ;
cAdd - > insertItem ( iconLoader - > loadIcon ( " browser " , TDEIcon : : Toolbar ) , i18n ( " Add URL ... " ) ) ;