From 284cd6923b521898c0927992fab77593ad797b4a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Apr 2012 01:21:26 +0000 Subject: NxWM update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4677 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/cnxconsole.hxx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'NxWidgets/nxwm/include/cnxconsole.hxx') diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx index 891ac8884..4009eb8b9 100644 --- a/NxWidgets/nxwm/include/cnxconsole.hxx +++ b/NxWidgets/nxwm/include/cnxconsole.hxx @@ -42,9 +42,7 @@ #include -#include "crlepalettebitmap.hxx" -#include "inxwindow.hxx" -#include "cnxapplication.hxx" +#include "iapplication.hxx" /**************************************************************************** * Pre-Processor Definitions @@ -62,7 +60,7 @@ namespace NxWM * This class implements the NxConsole application. */ - class CNxConsole : public CNxApplication + class CNxConsole : public IApplication { protected: /** @@ -83,12 +81,12 @@ namespace NxWM /** * Get the icon associated with the application * - * @return An instance if INxBitmap that may be used to rend the - * application's icon. This is an new INxBitmap instance that must + * @return An instance if IBitmap that may be used to rend the + * application's icon. This is an new IBitmap instance that must * be deleted by the caller when it is no long needed. */ - NXWidgets::INxBitmap *getIcon(void); + NXWidgets::IBitmap *getIcon(void); }; } #endif // __cplusplus -- cgit v1.2.3