diff options
Diffstat (limited to 'kmail/editorwatcher.h')
-rw-r--r-- | kmail/editorwatcher.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kmail/editorwatcher.h b/kmail/editorwatcher.h index 35504d85a..68fdb54e4 100644 --- a/kmail/editorwatcher.h +++ b/kmail/editorwatcher.h @@ -35,19 +35,20 @@ namespace KMail { as the edited file are watched to work with as many as possible editors. */ -class EditorWatcher : public QObject +class EditorWatcher : public TQObject { Q_OBJECT + TQ_OBJECT public: /** * Constructs an EditorWatcher. - * @param parent the parent object of this EditorWatcher, which will take care of deleting - * this EditorWatcher if the parent is deleted. - * @param tqparentWidget the parent widget of this EditorWatcher, which will be used as the parent + * @param tqparent the tqparent object of this EditorWatcher, which will take care of deleting + * this EditorWatcher if the tqparent is deleted. + * @param tqparentWidget the tqparent widget of this EditorWatcher, which will be used as the tqparent * widget for message dialogs. */ EditorWatcher( const KURL &url, const TQString &mimeType, bool openWith, - TQObject *parent, TQWidget *tqparentWidget ); + TQObject *tqparent, TQWidget *tqparentWidget ); bool start(); bool fileChanged() const { return mFileModified; } signals: |