summaryrefslogtreecommitdiffstats
path: root/src/ksensors.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
commit191c434271e705161fbd01ed83b6d043a275bffc (patch)
tree0919a0a91d56167a9d36bca3881c513006b68a9b /src/ksensors.h
downloadksensors-191c434271e705161fbd01ed83b6d043a275bffc.tar.gz
ksensors-191c434271e705161fbd01ed83b6d043a275bffc.zip
Initial import of ksensors 0.7.3 sources
Diffstat (limited to 'src/ksensors.h')
-rw-r--r--src/ksensors.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/ksensors.h b/src/ksensors.h
new file mode 100644
index 0000000..16dbc7f
--- /dev/null
+++ b/src/ksensors.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2003 noname <s@s.org>
+ */
+
+#ifndef _KSENSORS_H_
+#define _KSENSORS_H_
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#include <kmainwindow.h>
+
+/**
+ * @short Application Main Window
+ * @author noname <s@s.org>
+ * @version 0.1
+ */
+class ksensors : public KMainWindow
+{
+ Q_OBJECT
+public:
+ /**
+ * Default Constructor
+ */
+ ksensors();
+
+ /**
+ * Default Destructor
+ */
+ virtual ~ksensors();
+};
+
+#endif // _KSENSORS_H_