summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctouchscreen.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/include/ctouchscreen.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctouchscreen.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/NxWidgets/nxwm/include/ctouchscreen.hxx b/NxWidgets/nxwm/include/ctouchscreen.hxx
index 31c61623b..f8eaeaee8 100644
--- a/NxWidgets/nxwm/include/ctouchscreen.hxx
+++ b/NxWidgets/nxwm/include/ctouchscreen.hxx
@@ -45,9 +45,6 @@
#include <semaphore.h>
#include <nuttx/input/touchscreen.h>
-#include "cwidgeteventhandler.hxx"
-#include "iapplication.hxx"
-
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -63,7 +60,7 @@ namespace NxWM
* callibration data.
*/
- class CTouchscreen : public IApplication, private NXWidgets::CWidgetEventHandler
+ class CTouchscreen
{
private:
int m_touchFd; /**< File descriptor of the opened touchscreen device */