diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:00 -0600 |
commit | 5b341c1d7f5e40a531de253b2c6ba37a427146e7 (patch) | |
tree | 118204e14298c7f1a58535622686696afb4c64cb /src/helpers/sub2qt.cpp | |
parent | 13e480c92e41a25f2ff3e3a13062e57f183e19ed (diff) | |
download | tdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.tar.gz tdesvn-5b341c1d7f5e40a531de253b2c6ba37a427146e7.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/helpers/sub2qt.cpp')
-rw-r--r-- | src/helpers/sub2qt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helpers/sub2qt.cpp b/src/helpers/sub2qt.cpp index cc18b4e..35cf248 100644 --- a/src/helpers/sub2qt.cpp +++ b/src/helpers/sub2qt.cpp @@ -20,8 +20,8 @@ #include "sub2qt.h" #include "datetime.hpp" -#include "kglobal.h" -#include "klocale.h" +#include "tdeglobal.h" +#include "tdelocale.h" #include <tqmap.h> namespace helpers { |