summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/obexdialog.h
Unidiff
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
@@ -7,12 +7,15 @@
7 7
8class QVBoxLayout; 8class QVBoxLayout;
9class QPushButton; 9class QPushButton;
10class QMultiLineEdit; 10class QMultiLineEdit;
11class QLineEdit; 11class QLineEdit;
12 12
13
14namespace OpieTooth {
15
13class ObexDialog : public QDialog { 16class ObexDialog : public QDialog {
14 17
15 Q_OBJECT 18 Q_OBJECT
16 19
17public: 20public:
18 ObexDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0, const QString& device = 0); 21 ObexDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0, const QString& device = 0);
@@ -29,8 +32,8 @@ protected:
29 QLineEdit* chNameLine; 32 QLineEdit* chNameLine;
30 QPushButton* sendButton; 33 QPushButton* sendButton;
31private: 34private:
32 // Device that is used 35 // Device that is used
33 QString m_device; 36 QString m_device;
34}; 37};
35 38}
36#endif 39#endif