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

List:       kde-commits
Subject:    KDE/kdenetwork/kppp
From:       Laurent Montel <montel () kde ! org>
Date:       2006-01-07 16:22:54
Message-ID: 1136650974.894905.25929.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 495281 by mlaurent:

q3support--

 M  +1 -2      main.cpp  
 M  +2 -2      modeminfo.cpp  


--- trunk/KDE/kdenetwork/kppp/main.cpp #495280:495281
@@ -63,7 +63,6 @@
 #include <X11/Xlib.h>
 //Added by qt3to4:
 #include <QEvent>
-#include <Q3CString>
 
 static const char description[] =
 	I18N_NOOP("A dialer and front-end to pppd");
@@ -319,7 +318,7 @@
 
 
 pid_t execute_command (const QString & cmd) {
-  Q3CString command = QFile::encodeName(cmd);
+  QByteArray command = QFile::encodeName(cmd);
   if (command.isEmpty() || command.length() > COMMAND_SIZE)
     return (pid_t) -1;
 
--- trunk/KDE/kdenetwork/kppp/modeminfo.cpp #495280:495281
@@ -30,7 +30,7 @@
 //Added by qt3to4:
 #include <QLabel>
 #include <QVBoxLayout>
-#include <Q3Frame>
+#include <QFrame>
 #include <QHBoxLayout>
 #include <QGridLayout>
 #include <QCloseEvent>
@@ -55,7 +55,7 @@
   progressBar->setTotalSteps(8);
 
   statusBar = new QLabel(this,"sBar");
-  statusBar->setFrameStyle(Q3Frame::Panel|Q3Frame::Sunken);
+  statusBar->setFrameStyle(QFrame::Panel|QFrame::Sunken);
   statusBar->setAlignment(Qt::AlignCenter);
 
   // This is a rather complicated case. Since we do not know which
[prev in list] [next in list] [prev in thread] [next in thread] 

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