kevlo, test before you commit!!!!
This commit is contained in:
parent
3fec1a55d5
commit
9e49be4664
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-part_dlgxmlchardata_cpp,v 1.1 2002/09/28 18:24:15 naddy Exp $
|
||||
--- part/dlgxmlchardata.cpp.orig Sat Sep 28 20:13:04 2002
|
||||
+++ part/dlgxmlchardata.cpp Sat Sep 28 20:13:22 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <kdebug.h>
|
||||
|
||||
-DlgXMLCharData::DlgXMLCharData( QWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 )
|
||||
+DlgXMLCharData::DlgXMLCharData( QWidget * pParent, const char * pszName, bool fModal, WFlags fl)
|
||||
: DlgXMLCharDataBase( pParent, pszName, fModal, fl )
|
||||
{
|
||||
connect( m_pEditData, SIGNAL(textChanged()), this, SLOT(slotDataChanged()) );
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-part_dlgxmlelement_cpp,v 1.1 2002/09/28 18:24:15 naddy Exp $
|
||||
--- part/dlgxmlelement.cpp.orig Sat Sep 28 20:06:49 2002
|
||||
+++ part/dlgxmlelement.cpp Sat Sep 28 20:07:27 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
#include <klineedit.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
-DlgXMLElement::DlgXMLElement( QWidget * pParent = 0, const char * pszName = 0, bool fModal = true, WFlags fl = 0 )
|
||||
+DlgXMLElement::DlgXMLElement( QWidget * pParent, const char * pszName, bool fModal, WFlags fl)
|
||||
: DlgXMLElementBase( pParent, pszName, fModal, fl )
|
||||
{
|
||||
connect( m_pEditTagName, SIGNAL(textChanged(const QString&)), this, SLOT(slotTagNameChanged(const QString&)) );
|
@ -1,12 +0,0 @@
|
||||
$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&)) );
|
Loading…
x
Reference in New Issue
Block a user