summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/servicesdialog.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/servicesdialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/servicesdialog.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/servicesdialog.h b/noncore/net/opietooth/manager/servicesdialog.h
new file mode 100644
index 0000000..b42f290
--- a/dev/null
+++ b/noncore/net/opietooth/manager/servicesdialog.h
@@ -0,0 +1,30 @@
+/* $Id$ */
+/* Bluetooth services configuration dialog */
+/***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
+#ifndef _SERVICESDIALOG_H_
+#define _SERVICESDIALOG_H_
+#include "servicesdialogbase.h"
+#include "btconfhandler.h"
+namespace OpieTooth {
+ class ServicesDialog : public ServicesDialogBase {
+ Q_OBJECT
+ public:
+ ServicesDialog(const QString& conf,
+ QWidget* parent = 0, const char* name = 0, bool modal = TRUE,
+ WFlags fl = 0);
+ ~ServicesDialog();
+ public:
+ BTConfHandler cfg; //configuration file
+ protected slots:
+ virtual void accept();
+ };
+};
+#endif
+//eof