20 #ifndef _KATE_MW_MODONHD_DIALOG_H_ 21 #define _KATE_MW_MODONHD_DIALOG_H_ 23 #include <kdialogbase.h> 24 #include <tqptrvector.h> 25 #include <kate/document.h> 27 typedef TQPtrVector<Kate::Document> DocVector;
48 void slotSelectionChanged();
49 void slotPRead(TDEProcIO*);
50 void slotPDone(TDEProcess*);
53 enum Action { Ignore, Overwrite, Reload };
54 void handleSelected(
int action );
55 class TDEListView *lvDocuments;
56 class TQPushButton *btnDiff;
57 class KTempFile *m_tmpfile;
60 #endif // _KATE_MW_MODONHD_DIALOG_H_ A dialog for handling multiple documents modified on disk from within KateMainWindow.