diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:50:16 -0600 |
commit | e16e56183f59220a2247d5c4d3dc915bd0520234 (patch) | |
tree | b6e25121ddfe84aacce96f2f1f5874573f23527d /src/itemdocumentdata.cpp | |
parent | cf07b01407060b6e6edef7d17b4cad708ccf387e (diff) | |
download | ktechlab-e16e56183f59220a2247d5c4d3dc915bd0520234.tar.gz ktechlab-e16e56183f59220a2247d5c4d3dc915bd0520234.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/itemdocumentdata.cpp')
-rw-r--r-- | src/itemdocumentdata.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/itemdocumentdata.cpp b/src/itemdocumentdata.cpp index d5ea552..24a0ac6 100644 --- a/src/itemdocumentdata.cpp +++ b/src/itemdocumentdata.cpp @@ -21,9 +21,9 @@ #include <kdebug.h> #include <tdeio/netaccess.h> -#include <klocale.h> -#include <kmessagebox.h> -#include <ktempfile.h> +#include <tdelocale.h> +#include <tdemessagebox.h> +#include <tdetempfile.h> #include <tqbitarray.h> #include <tqfile.h> |