diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:50 -0600 |
commit | b363d2579af0a11b77e698aed2e1021c2233b644 (patch) | |
tree | f4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /akregator/src/akregator_part.cpp | |
parent | 61bddfe3a7226b18c68a76124b727c736f431688 (diff) | |
download | tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'akregator/src/akregator_part.cpp')
-rw-r--r-- | akregator/src/akregator_part.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index 41632adb9..3ea4e7985 100644 --- a/akregator/src/akregator_part.cpp +++ b/akregator/src/akregator_part.cpp @@ -32,7 +32,7 @@ #include <kconfigdialog.h> #include <kfiledialog.h> #include <kglobalsettings.h> -#include <khtmldefaults.h> +#include <tdehtmldefaults.h> #include <kinstance.h> #include <kmainwindow.h> #include <kmessagebox.h> @@ -45,9 +45,9 @@ #include <ktempfile.h> #include <ktrader.h> #include <kio/netaccess.h> -#include <kparts/browserinterface.h> -#include <kparts/genericfactory.h> -#include <kparts/partmanager.h> +#include <tdeparts/browserinterface.h> +#include <tdeparts/genericfactory.h> +#include <tdeparts/partmanager.h> #include <tqfile.h> #include <tqobjectlist.h> |