]> ruin.nu Git - hbs.git/blobdiff - bs/bsconf.h
initial commit of the BSConf class.
[hbs.git] / bs / bsconf.h
diff --git a/bs/bsconf.h b/bs/bsconf.h
new file mode 100644 (file)
index 0000000..49a1d75
--- /dev/null
@@ -0,0 +1,35 @@
+/***************************************************************************
+                          bsconf.h  -  description
+                             -------------------
+    begin                : Sat Mar 9 2002
+    copyright            : (C) 2002 by Michael Andreen
+    email                : whale@linux.nu
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   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 BSCONF_H
+#define BSCONF_H
+
+#include <qobject.h>
+
+/**
+  *@author Michael Andreen
+  */
+
+class BSConf : public QObject
+{
+       Q_Object
+public: 
+       BSConf();
+       ~BSConf();
+};
+
+#endif