diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:00:39 +0200 |
commit | c6cb3f27942501d24b0ded69c90ebbf7c43c755e (patch) | |
tree | 08aa592dea84d77931478751d69b47cb4d6b50ee /interfaces/tdeimproxy/library/tdeimproxy.h | |
parent | f41d2ce0f1929574f3b65eef2675ac65177608f1 (diff) | |
download | tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.tar.gz tdelibs-c6cb3f27942501d24b0ded69c90ebbf7c43c755e.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'interfaces/tdeimproxy/library/tdeimproxy.h')
-rw-r--r-- | interfaces/tdeimproxy/library/tdeimproxy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interfaces/tdeimproxy/library/tdeimproxy.h b/interfaces/tdeimproxy/library/tdeimproxy.h index 84b7d37dd..293d1f723 100644 --- a/interfaces/tdeimproxy/library/tdeimproxy.h +++ b/interfaces/tdeimproxy/library/tdeimproxy.h @@ -21,8 +21,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KIMPROXY_H -#define KIMPROXY_H +#ifndef TDEIMPROXY_H +#define TDEIMPROXY_H #include <tqdict.h> #include <tqmap.h> @@ -104,7 +104,7 @@ typedef TQMap<TQString, ContactPresenceListCurrent> PresenceStringMap; * @since 3.3 * @author Will Stephenson <lists@stevello.free-online.co.uk> */ -class KIMPROXY_EXPORT KIMProxy : public TQObject, virtual public KIMProxyIface +class TDEIMPROXY_EXPORT KIMProxy : public TQObject, virtual public KIMProxyIface { Q_OBJECT struct Private; |