|
|
|
@ -130,7 +130,7 @@ KDatMainWindow::KDatMainWindow()
|
|
|
|
|
_backupProfileMenu->insertSeparator();
|
|
|
|
|
_backupProfileMenu->insertItem( i18n( "Delete Backup Profile" ), this, TQT_SLOT( fileDeleteBackupProfile() ) );
|
|
|
|
|
|
|
|
|
|
_fileMenu = new QPopupMenu;
|
|
|
|
|
_fileMenu = new TQPopupMenu;
|
|
|
|
|
_fileMenu->insertItem( i18n( "Backup..." ) , this, TQT_SLOT( fileBackup() ) );
|
|
|
|
|
_fileMenu->insertItem( i18n( "Restore..." ) , this, TQT_SLOT( fileRestore() ) );
|
|
|
|
|
_fileMenu->insertItem( i18n( "Verify..." ) , this, TQT_SLOT( fileVerify() ) );
|
|
|
|
@ -145,7 +145,7 @@ KDatMainWindow::KDatMainWindow()
|
|
|
|
|
_fileMenu->insertSeparator();
|
|
|
|
|
_fileMenu->insertItem( SmallIcon("exit"), i18n( "&Quit" ) , this, TQT_SLOT( fileQuit() ), CTRL + Key_Q );
|
|
|
|
|
|
|
|
|
|
_editMenu = new QPopupMenu;
|
|
|
|
|
_editMenu = new TQPopupMenu;
|
|
|
|
|
_editMenu->insertItem( SmallIcon("configure"), i18n( "Configure KDat..." ) , this, TQT_SLOT( editPreferences() ) );
|
|
|
|
|
|
|
|
|
|
_menu = new KMenuBar( this );
|
|
|
|
|