@ -445,12 +445,12 @@ void LabelEditor::setupActions()
recentAct = new TDERecentFilesAction ( i18n ( " &Recent Files " ) , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( loadRecentEditor ( const KURL & ) ) ) ;
TDEAction * importPrintFileAct = new TDEAction ( i18n ( " &Import and Print Batch File... " ) , BarIconSet ( " file print" ) , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( batchPrint ( ) ) , actionCollection ( ) ) ;
TDEAction * importPrintFileAct = new TDEAction ( i18n ( " &Import and Print Batch File... " ) , BarIconSet ( " document- print" ) , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( batchPrint ( ) ) , actionCollection ( ) ) ;
saveAct = KStdAction : : save ( TQT_TQOBJECT ( this ) , TQT_SLOT ( save ( ) ) , actionCollection ( ) , " save " ) ;
saveAsAct = KStdAction : : saveAs ( TQT_TQOBJECT ( this ) , TQT_SLOT ( saveas ( ) ) , actionCollection ( ) , " saveas " ) ;
descriptionAct = new TDEAction ( i18n ( " &Change description... " ) , 0 , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( changeDes ( ) ) , actionCollection ( ) ) ;
deleteAct = new TDEAction ( i18n ( " &Delete Object " ) , TQIconSet ( BarIcon ( " edit delete" ) ) , Key_Delete , TQT_TQOBJECT ( cv ) , TQT_SLOT ( deleteCurrent ( ) ) , actionCollection ( ) ) ;
deleteAct = new TDEAction ( i18n ( " &Delete Object " ) , TQIconSet ( BarIcon ( " edit - delete" ) ) , Key_Delete , TQT_TQOBJECT ( cv ) , TQT_SLOT ( deleteCurrent ( ) ) , actionCollection ( ) ) ;
editPropAct = new TDEAction ( i18n ( " &Properties... " ) , 0 , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( doubleClickedCurrent ( ) ) , actionCollection ( ) ) ;
printAct = KStdAction : : print ( TQT_TQOBJECT ( this ) , TQT_SLOT ( print ( ) ) , actionCollection ( ) , " print " ) ;
bcpAct = new TDEAction ( i18n ( " Print to &Barcode Printer... " ) , 0 , 0 , TQT_TQOBJECT ( this ) , TQT_SLOT ( printBCP ( ) ) , actionCollection ( ) ) ;
@ -591,7 +591,7 @@ void LabelEditor::setupContextMenu()
m_mnuContext - > insertItem ( i18n ( " &Order " ) , orderMenu ) ;
m_mnuContext - > insertItem ( i18n ( " &Center " ) , centerMenu ) ;
m_mnuContext - > insertSeparator ( ) ;
m_mnuContext - > insertItem ( SmallIcon ( " edit delete" ) , i18n ( " &Delete " ) , cv , TQT_SLOT ( deleteCurrent ( ) ) ) ;
m_mnuContext - > insertItem ( SmallIcon ( " edit - delete" ) , i18n ( " &Delete " ) , cv , TQT_SLOT ( deleteCurrent ( ) ) ) ;
m_mnuContext - > insertItem ( i18n ( " &Protect Position and Size " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( lockItem ( ) ) , 0 , ID_LOCK_ITEM ) ;
m_mnuContext - > insertSeparator ( ) ;
m_mnuContext - > insertItem ( i18n ( " &Properties " ) , TQT_TQOBJECT ( this ) , TQT_SLOT ( doubleClickedCurrent ( ) ) ) ;