summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/dundialog.cpp
Unidiff
Diffstat (limited to 'noncore/net/opietooth/manager/dundialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/dundialog.cpp11
1 files changed, 10 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/dundialog.cpp b/noncore/net/opietooth/manager/dundialog.cpp
index 033534c..7aac271 100644
--- a/noncore/net/opietooth/manager/dundialog.cpp
+++ b/noncore/net/opietooth/manager/dundialog.cpp
@@ -1,25 +1,34 @@
1 1/* $Id$ */
2/* DUN connection dialog */
3/***************************************************************************
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 ***************************************************************************/
2#include "dundialog.h" 11#include "dundialog.h"
3#include <qpushbutton.h> 12#include <qpushbutton.h>
4#include <qmultilineedit.h> 13#include <qmultilineedit.h>
5#include <qlineedit.h> 14#include <qlineedit.h>
6#include <qlayout.h> 15#include <qlayout.h>
7#include <qcheckbox.h> 16#include <qcheckbox.h>
8#include <qlabel.h> 17#include <qlabel.h>
9#include <qstring.h> 18#include <qstring.h>
10#include <opie2/oprocess.h> 19#include <opie2/oprocess.h>
11#include <opie2/odebug.h> 20#include <opie2/odebug.h>
12using namespace Opie::Core; 21using namespace Opie::Core;
13 22
14using namespace OpieTooth; 23using namespace OpieTooth;
15 24
16using namespace Opie::Core; 25using namespace Opie::Core;
17 26
18DunDialog::DunDialog( const QString& device, int port, QWidget* parent, 27DunDialog::DunDialog( const QString& device, int port, QWidget* parent,
19 const char* name, bool modal, WFlags fl ) 28 const char* name, bool modal, WFlags fl )
20 : QDialog( parent, name, modal, fl ) { 29 : QDialog( parent, name, modal, fl ) {
21 if ( !name ) 30 if ( !name )
22 setName( "DUNDialog" ); 31 setName( "DUNDialog" );
23 setCaption( tr( "DUN connection " ) ) ; 32 setCaption( tr( "DUN connection " ) ) ;
24 33
25 m_device = device; 34 m_device = device;