34class KateMwModOnHdDialog :
public KDialogBase
38 KateMwModOnHdDialog( DocVector docs, TQWidget *parent=0,
const char *name=0 );
39 ~KateMwModOnHdDialog();
48 void slotSelectionChanged();
49 void slotPRead(KProcIO*);
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;