@ -54,7 +54,7 @@ KeepMainWindow::KeepMainWindow(TQWidget *parent, const char *name): TDEMainWindo
m_actionView - > m_btnRestoreWizard - > setPixmap ( icons - > loadIcon ( " restore_dir " , TDEIcon : : Toolbar , 32 ) ) ;
m_actionView - > m_btnForce - > setPixmap ( icons - > loadIcon ( " force_backup " , TDEIcon : : Toolbar , 32 ) ) ;
m_actionView - > m_btnBackupConfig - > setPixmap ( icons - > loadIcon ( " configure " , TDEIcon : : Toolbar , 32 ) ) ;
m_actionView - > m_btnLog - > setPixmap ( icons - > loadIcon ( " log" , TDEIcon : : Toolbar , 32 ) ) ;
m_actionView - > m_btnLog - > setPixmap ( icons - > loadIcon ( " "text - x - log " ,TDEIcon::Toolbar,32)) ;
slotRefreshGUI ( ) ;
@ -85,7 +85,7 @@ void KeepMainWindow::initActions()
new TDEAction ( i18n ( " Add Backup " ) , " add_backup " , " " , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotAddBackupWizard ( ) ) , actionCollection ( ) , " add_backup " ) ;
new TDEAction ( i18n ( " Restore Backup " ) , " restore_dir " , " " , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotRestoreBackupWizard ( ) ) , actionCollection ( ) , " restore_backup " ) ;
new TDEAction ( i18n ( " Backup Now " ) , " force_backup " , " " , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotForceBackup ( ) ) , actionCollection ( ) , " force_backup " ) ;
new TDEAction ( i18n ( " View log " ) , " log" , " " , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotViewLog ( ) ) , actionCollection ( ) , " view_log " ) ;
new TDEAction ( i18n ( " View log " ) , " text-x- log" , " " , TQT_TQOBJECT ( this ) , TQT_SLOT ( slotViewLog ( ) ) , actionCollection ( ) , " view_log " ) ;
}
void KeepMainWindow : : initConnections ( )