diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:28:18 -0600 |
commit | 7021f40c13f949b7cb5ded32d0241d648a43bf6c (patch) | |
tree | aa1a5e4de2963edc6638783246b2ff25e98833aa /kdm/kfrontend/kdm_greet.h | |
parent | 0a2a54a02254ded760afd5b9c965c6bb71459d46 (diff) | |
download | tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.tar.gz tdebase-7021f40c13f949b7cb5ded32d0241d648a43bf6c.zip |
Part 1 of 2 of kdm rename
Diffstat (limited to 'kdm/kfrontend/kdm_greet.h')
-rw-r--r-- | kdm/kfrontend/kdm_greet.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdm/kfrontend/kdm_greet.h b/kdm/kfrontend/kdm_greet.h index df325c28d..9f7e3bd6a 100644 --- a/kdm/kfrontend/kdm_greet.h +++ b/kdm/kfrontend/kdm_greet.h @@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifndef _KDM_GREET_H_ -#define _KDM_GREET_H_ +#ifndef _TDM_GREET_H_ +#define _TDM_GREET_H_ #include <greet.h> /* for the ATTR_ defines */ #include <config.ci> /* for the HAVE_VTS define */ @@ -88,4 +88,4 @@ extern char *dname; /* d->name */ } #endif -#endif /* _KDM_GREET_H_ */ +#endif /* _TDM_GREET_H_ */ |