From f3d284849df36ef281dcb5aa2d00f613e3a354d8 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 14 Mar 2004 16:13:28 +0000 Subject: Fix up depends on LIBOPIE1 Proper signature for signal and slots and namespaces --- (limited to 'noncore/net/opietooth/manager') diff --git a/noncore/net/opietooth/manager/pppdialog.cpp b/noncore/net/opietooth/manager/pppdialog.cpp index 870e7fd..78c1501 100644 --- a/noncore/net/opietooth/manager/pppdialog.cpp +++ b/noncore/net/opietooth/manager/pppdialog.cpp @@ -10,7 +10,6 @@ using namespace OpieTooth; using namespace Opie::Core; -using namespace Opie::Core; PPPDialog::PPPDialog( QWidget* parent, const char* name, bool modal, WFlags fl, const QString& device ) : QDialog( parent, name, modal, fl ) { @@ -55,7 +54,7 @@ void PPPDialog::connectToDevice() { OProcess* pppDial = new OProcess(); *pppDial << "pppd" << m_device << "call" << connectScript; connect( pppDial, SIGNAL(receivedStdout(Opie::Core::OProcess*,char*,int) ), - this, SLOT(fillOutPut(OProcess*,char*,int) ) ); + this, SLOT(fillOutPut(Opie::Core::OProcess*,char*,int) ) ); if (!pppDial->start(OProcess::DontCare, OProcess::AllOutput) ) { qWarning("could not start"); delete pppDial; -- cgit v0.9.0.2