13 lines
642 B
Plaintext
13 lines
642 B
Plaintext
$OpenBSD: patch-part_dlgxmlprocinstr_cpp,v 1.1 2002/09/28 18:24:15 naddy Exp $
|
|
--- part/dlgxmlprocinstr.cpp.orig Sat Sep 28 20:14:39 2002
|
|
+++ part/dlgxmlprocinstr.cpp Sat Sep 28 20:14:54 2002
|
|
@@ -24,7 +24,7 @@
|
|
#include <klineedit.h>
|
|
#include <kdebug.h>
|
|
|
|
-DlgXMLProcInstr::DlgXMLProcInstr( QWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 )
|
|
+DlgXMLProcInstr::DlgXMLProcInstr( QWidget * pParent, const char * pszName, bool fModal, WFlags fl)
|
|
: DlgXMLProcInstrBase( pParent, pszName, fModal, fl )
|
|
{
|
|
connect( m_pEditTarget, SIGNAL(textChanged(const QString&)), this, SLOT(slotChanged(const QString&)) );
|