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/urldlg.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/urldlg.cpp')
-rw-r--r-- | src/urldlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urldlg.cpp b/src/urldlg.cpp index 537a634..4a6571d 100644 --- a/src/urldlg.cpp +++ b/src/urldlg.cpp @@ -22,8 +22,8 @@ #include <kurlrequester.h> #include <tqlayout.h> #include <tdeconfig.h> -#include <klocale.h> -#include <kglobal.h> +#include <tdelocale.h> +#include <tdeglobal.h> #include <klineedit.h> #include <kurl.h> #include <kdebug.h> |