diff options
Diffstat (limited to 'kmail/editorwatcher.h')
-rw-r--r-- | kmail/editorwatcher.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/editorwatcher.h b/kmail/editorwatcher.h index daa35d8a8..d98faa4ec 100644 --- a/kmail/editorwatcher.h +++ b/kmail/editorwatcher.h @@ -42,13 +42,13 @@ class EditorWatcher : public TQObject public: /** * Constructs an EditorWatcher. - * @param tqparent the tqparent object of this EditorWatcher, which will take care of deleting - * this EditorWatcher if the tqparent is deleted. - * @param parentWidget the tqparent widget of this EditorWatcher, which will be used as the tqparent + * @param parent the parent object of this EditorWatcher, which will take care of deleting + * this EditorWatcher if the parent is deleted. + * @param parentWidget the parent widget of this EditorWatcher, which will be used as the parent * widget for message dialogs. */ EditorWatcher( const KURL &url, const TQString &mimeType, bool openWith, - TQObject *tqparent, TQWidget *parentWidget ); + TQObject *parent, TQWidget *parentWidget ); bool start(); bool fileChanged() const { return mFileModified; } signals: |