QTfrontend/net/netregister.h
changeset 6616 f77bb02b669f
parent 6060 fdfc01419815
child 6700 e04da46ee43c
--- a/QTfrontend/net/netregister.h	Mon Jan 30 23:20:28 2012 +0100
+++ b/QTfrontend/net/netregister.h	Mon Jan 30 17:32:18 2012 -0500
@@ -23,13 +23,13 @@
 
 class HWNetRegisterServer : public QObject
 {
-    Q_OBJECT
+        Q_OBJECT
 
-public:
-    HWNetRegisterServer(QObject *parent, const QString & descr, quint16 port);
+    public:
+        HWNetRegisterServer(QObject *parent, const QString & descr, quint16 port);
 
-public slots:
-    virtual void unregister();
+    public slots:
+        virtual void unregister();
 };
 
 #endif // _NET_REGISTER_INCLUDED