summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/pppdialog.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/pppdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/pppdialog.h5
1 files changed, 4 insertions, 1 deletions
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
@@ -11,4 +11,7 @@ class QMultiLineEdit;
class QLineEdit;
+
+namespace OpieTooth {
+
class PPPDialog : public QDialog {
@@ -19,5 +22,4 @@ public:
~PPPDialog();
-
private slots:
void connectToDevice();
@@ -32,3 +34,4 @@ private:
QString m_device;
};
+}
#endif