|
|
@ -961,7 +961,7 @@ void KDatMainWindow::fileDeleteBackupProfile()
|
|
|
|
|
|
|
|
|
|
|
|
void KDatMainWindow::fileQuit()
|
|
|
|
void KDatMainWindow::fileQuit()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KApplication::kApplication()->quit();
|
|
|
|
TDEApplication::kApplication()->quit();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void KDatMainWindow::editPreferences()
|
|
|
|
void KDatMainWindow::editPreferences()
|
|
|
@ -972,7 +972,7 @@ void KDatMainWindow::editPreferences()
|
|
|
|
|
|
|
|
|
|
|
|
void KDatMainWindow::help()
|
|
|
|
void KDatMainWindow::help()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
KApplication::kApplication()->invokeHelp( );
|
|
|
|
TDEApplication::kApplication()->invokeHelp( );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void KDatMainWindow::setTapePresent( bool tapePresent, bool eject )
|
|
|
|
void KDatMainWindow::setTapePresent( bool tapePresent, bool eject )
|
|
|
@ -1023,7 +1023,7 @@ void KDatMainWindow::setTapePresent( bool tapePresent, bool eject )
|
|
|
|
void KDatMainWindow::status( const TQString & msg )
|
|
|
|
void KDatMainWindow::status( const TQString & msg )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
_statusBar->changeItem( msg, 0 );
|
|
|
|
_statusBar->changeItem( msg, 0 );
|
|
|
|
KApplication::kApplication()->processEvents();
|
|
|
|
TDEApplication::kApplication()->processEvents();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void KDatMainWindow::show()
|
|
|
|
void KDatMainWindow::show()
|
|
|
@ -1106,7 +1106,7 @@ int KDatMainWindow::calcBackupSize( const TQString& workingDir, bool local, cons
|
|
|
|
.arg(Util::kbytesToString( size / 2 ))
|
|
|
|
.arg(Util::kbytesToString( size / 2 ))
|
|
|
|
.arg(KStringHandler::csqueeze(*path, 60));
|
|
|
|
.arg(KStringHandler::csqueeze(*path, 60));
|
|
|
|
status( msg );
|
|
|
|
status( msg );
|
|
|
|
KApplication::kApplication()->processEvents();
|
|
|
|
TDEApplication::kApplication()->processEvents();
|
|
|
|
dir.setPath( *path );
|
|
|
|
dir.setPath( *path );
|
|
|
|
infoList = dir.entryInfoList( TQDir::Hidden | TQDir::Files | TQDir::Dirs, 0 );
|
|
|
|
infoList = dir.entryInfoList( TQDir::Hidden | TQDir::Files | TQDir::Dirs, 0 );
|
|
|
|
if ( infoList ) {
|
|
|
|
if ( infoList ) {
|
|
|
|