diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:24 -0600 |
commit | d4464393e113e9fb87c65ebe54964dbfd107679a (patch) | |
tree | bb46f3867605ce36b4e224d983a42352dcfc9299 /src/sources/ibmhdaps.cpp | |
parent | 9c4f606e778bb204eb1311866488260a13db516d (diff) | |
download | kima-d4464393e113e9fb87c65ebe54964dbfd107679a.tar.gz kima-d4464393e113e9fb87c65ebe54964dbfd107679a.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/sources/ibmhdaps.cpp')
-rw-r--r-- | src/sources/ibmhdaps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/ibmhdaps.cpp b/src/sources/ibmhdaps.cpp index 64d3d9a..23f758f 100644 --- a/src/sources/ibmhdaps.cpp +++ b/src/sources/ibmhdaps.cpp @@ -21,7 +21,7 @@ #include "ibmhdaps.h" #include <tqtextstream.h> #include <tqdir.h> -#include <klocale.h> +#include <tdelocale.h> IBMHDAPSSrc::IBMHDAPSSrc(TQWidget* inParent, const TQFile& inSourceFile): LabelSource(inParent), |