diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:05:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:05:39 -0600 |
commit | ff94d46e423398804d2ae63faeb114c2cf604fc4 (patch) | |
tree | 4481ffd491d15ac15081cea46d7cc298ef6351a4 /kbabel/common/catalog.cpp | |
parent | b9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff) | |
download | tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/common/catalog.cpp')
-rw-r--r-- | kbabel/common/catalog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/common/catalog.cpp b/kbabel/common/catalog.cpp index adf845fe..86f47c29 100644 --- a/kbabel/common/catalog.cpp +++ b/kbabel/common/catalog.cpp @@ -40,7 +40,7 @@ #include <tqtextcodec.h> #include <tqdatetime.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdatatool.h> #include <kglobal.h> #include <klibloader.h> @@ -48,7 +48,7 @@ #include <kmessagebox.h> #include <kmimetype.h> #include <kapplication.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <krfcdate.h> #include <ktrader.h> #include <kurl.h> |