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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/sms
From:       Pino Toscano <pino () kde ! org>
Date:       2008-09-08 15:50:56
Message-ID: 1220889056.146009.16697.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 858737 by pino:

less qt3support


 M  +2 -3      smsaddcontactpage.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/sms/smsaddcontactpage.cpp #858736:858737
@@ -19,16 +19,15 @@
 
 #include <qlayout.h>
 #include <qlineedit.h>
-//Added by qt3to4:
-#include <Q3VBoxLayout>
 
 
 
 SMSAddContactPage::SMSAddContactPage(QWidget *parent)
 				  : AddContactPage(parent)
 {
-	(new Q3VBoxLayout(this))->setAutoAdd(true);
+	QVBoxLayout* layout = new QVBoxLayout( this );
 	smsdata = new smsAddUI(this);
+	layout->addWidget( smsdata );
 }
 
 SMSAddContactPage::~SMSAddContactPage()
[prev in list] [next in list] [prev in thread] [next in thread] 

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