20 #ifndef SAVEALLDIALOG_H 21 #define SAVEALLDIALOG_H 23 #include <tqstringlist.h> 24 #include <kdialogbase.h> 42 KSaveSelectDialog( KURL::List
const & filelist, KURL::List
const & ignorelist, TQWidget * parent );
45 KURL::List filesToSave();
46 KURL::List filesNotToSave();
54 TDEListView * _listview;
68 enum SaveAllResult{ SaveAll, Cancel, Revert };
73 SaveAllResult result()
const {
return m_result; }
81 SaveAllResult m_result;
Dialog to save all files.
Dialog to save selected files.