[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop/vcs/cvsservice
From:       Laurent Montel <montel () kde ! org>
Date:       2004-06-25 16:11:03
Message-ID: 20040625161103.DF3729918 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Warning--


  M +3 -3      cvsdiffpage.cpp   1.8
  M +2 -2      cvslogpage.cpp   1.8
  M +3 -3      cvsprocesswidget.cpp   1.17


--- kdevelop/vcs/cvsservice/cvsdiffpage.cpp  #1.7:1.8
@@ -35,7 +35,7 @@
 CVSDiffPage::CVSDiffPage( CvsService_stub *cvsService,
     QWidget *parent, const char *name, int )
-    : QWidget( parent, name? name : "logformdialog" ),
     // Leaving it anonymous let us to have multiple objects at the same time!
-    DCOPObject(), //  "CVSDiffPageDCOPIface"
+    : DCOPObject(), //  "CVSDiffPageDCOPIface"
+        QWidget( parent, name? name : "logformdialog" ),
     m_diffText( 0 ), m_cvsService( cvsService ), m_cvsDiffJob( 0 )
 {

--- kdevelop/vcs/cvsservice/cvslogpage.cpp  #1.7:1.8
@@ -34,6 +34,6 @@
 
 CVSLogPage::CVSLogPage( CvsService_stub *cvsService, QWidget *parent, const char \
                *name, int )
-    : QWidget( parent, name? name : "logformpage" ),
-    DCOPObject( "CvsLogPageDCOPIface" ),
+    : DCOPObject( "CvsLogPageDCOPIface" ),
+        QWidget( parent, name? name : "logformpage" ),
     m_cvsService( cvsService ), m_cvsLogJob( 0 )
 {

--- kdevelop/vcs/cvsservice/cvsprocesswidget.cpp  #1.16:1.17
@@ -45,6 +45,6 @@ int g_dcopErrCounter = 0;
 
 CvsProcessWidget::CvsProcessWidget( CvsService_stub *service, CvsServicePart *part, \
                QWidget *parent, const char *name )
-    : QTextEdit( parent, name ),
-    DCOPObject( "CvsProcessWidgetDCOPIface" ),
+    : DCOPObject( "CvsProcessWidgetDCOPIface" ),
+    QTextEdit( parent, name ),
     m_part( part ), m_service( service ), m_job( 0 )
 {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic