diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /tdemdi/tdemditoolviewaccessor.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'tdemdi/tdemditoolviewaccessor.h')
-rw-r--r-- | tdemdi/tdemditoolviewaccessor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdemdi/tdemditoolviewaccessor.h b/tdemdi/tdemditoolviewaccessor.h index 8c1448cae..49291c5ed 100644 --- a/tdemdi/tdemditoolviewaccessor.h +++ b/tdemdi/tdemditoolviewaccessor.h @@ -18,8 +18,8 @@ // License, or (at your option) any later version. // //---------------------------------------------------------------------------- -#ifndef _KMDITOOLVIEWACCESSOR_H_ -#define _KMDITOOLVIEWACCESSOR_H_ +#ifndef _TDEMDITOOLVIEWACCESSOR_H_ +#define _TDEMDITOOLVIEWACCESSOR_H_ #include <tqwidget.h> #include <tqpixmap.h> @@ -81,6 +81,6 @@ protected: }; -#endif //_KMDITOOLVIEWACCESSOR_H_ +#endif //_TDEMDITOOLVIEWACCESSOR_H_ // kate: space-indent off; tab-width 4; replace-tabs off; indent-mode csands; |