kevlo, test before you commit!!!!

This commit is contained in:
pvalchev 2004-04-14 21:48:43 +00:00
parent 3fec1a55d5
commit 9e49be4664
3 changed files with 0 additions and 36 deletions

View File

@ -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()) );

View File

@ -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&)) );

View File

@ -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&)) );