From 086b00610edfb25fb25cf54a0f8da8a16b55246a Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 21 Jul 2002 20:02:13 +0000 Subject: connection to popups on services --- (limited to 'noncore/net/opietooth/manager/pppdialog.h') diff --git a/noncore/net/opietooth/manager/pppdialog.h b/noncore/net/opietooth/manager/pppdialog.h index b80b73d..6fdc90a 100644 --- a/noncore/net/opietooth/manager/pppdialog.h +++ b/noncore/net/opietooth/manager/pppdialog.h @@ -10,25 +10,28 @@ class QPushButton; class QMultiLineEdit; class QLineEdit; -class PPPDialog : public QDialog { - Q_OBJECT +namespace OpieTooth { -public: - PPPDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0, const QString& device = 0); - ~PPPDialog(); + class PPPDialog : public QDialog { + Q_OBJECT -private slots: - void connectToDevice(); - void fillOutPut( OProcess* pppDial, char* cha, int len ); -protected: - QVBoxLayout* layout; - QLineEdit* cmdLine; - QPushButton* connectButton; - QMultiLineEdit* outPut; + public: + PPPDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0, const QString& device = 0); + ~PPPDialog(); -private: - QString m_device; -}; + private slots: + void connectToDevice(); + void fillOutPut( OProcess* pppDial, char* cha, int len ); + protected: + QVBoxLayout* layout; + QLineEdit* cmdLine; + QPushButton* connectButton; + QMultiLineEdit* outPut; + + private: + QString m_device; + }; +} #endif -- cgit v0.9.0.2