summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/chexcalculator.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-20 14:41:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-20 14:41:45 -0600
commit3ea438a0b9ebc0928f36fb7ab52b6aa2f2c64b27 (patch)
tree165622abc4f05d8625d6786064671265d73e8883 /NxWidgets/nxwm/include/chexcalculator.hxx
parent9f0d9a6db5d6d1eec7bec3a029bb37a95245e495 (diff)
downloadnuttx-3ea438a0b9ebc0928f36fb7ab52b6aa2f2c64b27.tar.gz
nuttx-3ea438a0b9ebc0928f36fb7ab52b6aa2f2c64b27.tar.bz2
nuttx-3ea438a0b9ebc0928f36fb7ab52b6aa2f2c64b27.zip
Change all references to NxConsole to NxTerm
Diffstat (limited to 'NxWidgets/nxwm/include/chexcalculator.hxx')
-rw-r--r--NxWidgets/nxwm/include/chexcalculator.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/chexcalculator.hxx b/NxWidgets/nxwm/include/chexcalculator.hxx
index fc5de07b6..7a19567cb 100644
--- a/NxWidgets/nxwm/include/chexcalculator.hxx
+++ b/NxWidgets/nxwm/include/chexcalculator.hxx
@@ -44,7 +44,7 @@
#include <sys/types.h>
#include <nuttx/nx/nxtk.h>
-#include <nuttx/nx/nxconsole.h>
+#include <nuttx/nx/nxterm.h>
#include "cbuttonarray.hxx"
#include "clabel.hxx"
@@ -70,7 +70,7 @@
namespace NxWM
{
/**
- * This class implements the NxConsole application.
+ * This class implements the NxTerm application.
*/
class CHexCalculator : public IApplication,