diff options
Diffstat (limited to 'kmail/editorwatcher.cpp')
-rw-r--r-- | kmail/editorwatcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/editorwatcher.cpp b/kmail/editorwatcher.cpp index e16c19cb4..ae12c1241 100644 --- a/kmail/editorwatcher.cpp +++ b/kmail/editorwatcher.cpp @@ -49,13 +49,13 @@ using namespace KMail; EditorWatcher::EditorWatcher(const KURL & url, const TQString &mimeType, bool openWith, - TQObject * tqparent, TQWidget *tqparentWidget) : + TQObject * tqparent, TQWidget *parentWidget) : TQObject( tqparent ), mUrl( url ), mMimeType( mimeType ), mOpenWith( openWith ), mEditor( 0 ), - mParentWidget( tqparentWidget ), + mParentWidget( parentWidget ), mHaveInotify( false ), mFileOpen( false ), mEditorRunning( false ), |