summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexdialog.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/obexdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/obexdialog.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/obexdialog.h b/noncore/net/opietooth/manager/obexdialog.h
index 1a73b57..28d2be2 100644
--- a/noncore/net/opietooth/manager/obexdialog.h
+++ b/noncore/net/opietooth/manager/obexdialog.h
@@ -10,6 +10,9 @@ class QPushButton;
class QMultiLineEdit;
class QLineEdit;
+
+namespace OpieTooth {
+
class ObexDialog : public QDialog {
Q_OBJECT
@@ -32,5 +35,5 @@ private:
// Device that is used
QString m_device;
};
-
+}
#endif