From c80818d8388c07c1606a70306aea0c9a1e17ea3c Mon Sep 17 00:00:00 2001 From: ibotty Date: Wed, 09 Oct 2002 17:40:35 +0000 Subject: updated emulationLayer to use WidgetLayer (not Widget, which is b0rked) default.cpp is broken, because there is still no new widget (coming soon...) --- (limited to 'noncore/apps/opie-console/common.h') diff --git a/noncore/apps/opie-console/common.h b/noncore/apps/opie-console/common.h index 979c2bd..a621ff5 100644 --- a/noncore/apps/opie-console/common.h +++ b/noncore/apps/opie-console/common.h @@ -1,6 +1,6 @@ /* -------------------------------------------------------------------------- */ /* */ -/* [TECommon.h] Common Definitions */ +/* [Common.h] Common Definitions */ /* */ /* -------------------------------------------------------------------------- */ /* */ @@ -16,12 +16,12 @@ /* */ /* -------------------------------------------------------------------------- */ -/*! \file TECommon.h +/*! \file Common.h \brief Definitions shared between TEScreen and TEWidget. */ -#ifndef TECOMMON_H -#define TECOMMON_H +#ifndef COMMON_H +#define COMMON_H #include @@ -111,4 +111,4 @@ struct ColorEntry bool bold; // if used on fg }; -#endif // TECOMMON_H +#endif // COMMON_H -- cgit v0.9.0.2