19 #ifndef KMAIL_EDITORWATCHER_H
20 #define KMAIL_EDITORWATCHER_H
24 #include <tqdatetime.h>
50 EditorWatcher( const KURL &url, const TQString &mimeType, bool openWith,
51 TQObject *parent, TQWidget *parentWidget );
53 bool fileChanged() const { return mFileModified; }
67 TQWidget *mParentWidget;
|