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/projectmanager.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/projectmanager.cpp')
-rw-r--r-- | src/projectmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/projectmanager.cpp b/src/projectmanager.cpp index 305b1cc..7acfa25 100644 --- a/src/projectmanager.cpp +++ b/src/projectmanager.cpp @@ -24,8 +24,8 @@ #include <tdefiledialog.h> #include <kiconloader.h> #include <tdeio/netaccess.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kmimetype.h> #include <kstandarddirs.h> #include <tqdom.h> |