diff options
Diffstat (limited to 'vcs/cvsservice/editorsdialog.cpp')
-rw-r--r-- | vcs/cvsservice/editorsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/editorsdialog.cpp b/vcs/cvsservice/editorsdialog.cpp index 199ffdc6..4dea5db1 100644 --- a/vcs/cvsservice/editorsdialog.cpp +++ b/vcs/cvsservice/editorsdialog.cpp @@ -25,7 +25,7 @@ #include <cvsservice_stub.h> EditorsDialog::EditorsDialog(CvsService_stub *cvsService, TQWidget *parent, const char *name) - : DCOPObject( "CvsEditorsDCOPIface"), EditorsDialogBase(parent, name, TRUE, TQt::WDestructiveClose), + : DCOPObject( "CvsEditorsDCOPIface"), EditorsDialogBase(parent, name, true, TQt::WDestructiveClose), m_cvsService(cvsService), m_cvsJob(0) { } |