diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:39:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-01 22:39:29 +0900 |
commit | 82dccd164af817246a3116ee8cf9c1bdcdf72d2d (patch) | |
tree | 121d3a5fe3d02b7cd291a3af43a8978052846694 /tdecore/tdeappdcopinterface.h | |
parent | bdb1b502083e00fe5929f9ca4204bfaa87f15263 (diff) | |
download | tdelibs-82dccd164af817246a3116ee8cf9c1bdcdf72d2d.tar.gz tdelibs-82dccd164af817246a3116ee8cf9c1bdcdf72d2d.zip |
Minor improvement to tdeapplication related files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/tdeappdcopinterface.h')
-rw-r--r-- | tdecore/tdeappdcopinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeappdcopinterface.h b/tdecore/tdeappdcopinterface.h index 0288e4b01..281f452c2 100644 --- a/tdecore/tdeappdcopinterface.h +++ b/tdecore/tdeappdcopinterface.h @@ -17,8 +17,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef TDEAPPDCOP_INTERFACE_H -#define TDEAPPDCOP_INTERFACE_H +#ifndef __TDEAPPDCOP_INTERFACE_H__ +#define __TDEAPPDCOP_INTERFACE_H__ #include <dcopobject.h> #include <tqstringlist.h> |