@ -508,12 +508,12 @@ void SQ_CategoryBrowserMenu::initIconMap()
_icons = new TQMap < TQString , TQPixmap > ;
_icons = new TQMap < TQString , TQPixmap > ;
_icons - > insert ( " folder " , SmallIcon ( " folder " ) ) ;
_icons - > insert ( " folder " , SmallIcon ( " folder " ) ) ;
_icons - > insert ( " unknown " , SmallIcon ( " mime_empty " ) ) ;
_icons - > insert ( " unknown " , SmallIcon ( " text-x-katefilelist " ) ) ;
_icons - > insert ( " folder_open " , SmallIcon ( " folder_open " ) ) ;
_icons - > insert ( " folder_open " , SmallIcon ( " folder_open " ) ) ;
_icons - > insert ( " kdisknav " , SmallIcon ( " kdisknav " ) ) ;
_icons - > insert ( " kdisknav " , SmallIcon ( " kdisknav " ) ) ;
_icons - > insert ( " kfm " , SmallIcon ( " kfm " ) ) ;
_icons - > insert ( " kfm " , SmallIcon ( " kfm " ) ) ;
_icons - > insert ( " terminal " , SmallIcon ( " terminal " ) ) ;
_icons - > insert ( " terminal " , SmallIcon ( " terminal " ) ) ;
_icons - > insert ( " txt " , SmallIcon ( " t xt" ) ) ;
_icons - > insert ( " txt " , SmallIcon ( " t e xt-plain " ) ) ;
_icons - > insert ( " exec " , SmallIcon ( " exec " ) ) ;
_icons - > insert ( " exec " , SmallIcon ( " exec " ) ) ;
_icons - > insert ( " chardevice " , SmallIcon ( " chardevice " ) ) ;
_icons - > insert ( " chardevice " , SmallIcon ( " chardevice " ) ) ;
}
}