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/viewer.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/viewer.cpp')
-rw-r--r-- | akregator/src/viewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/viewer.cpp b/akregator/src/viewer.cpp index fa62e128f..299cedd1a 100644 --- a/akregator/src/viewer.cpp +++ b/akregator/src/viewer.cpp @@ -26,7 +26,7 @@ #include <kaction.h> #include <kapplication.h> #include <kfiledialog.h> -#include <khtmlview.h> +#include <tdehtmlview.h> #include <kiconloader.h> #include <klocale.h> #include <kmessagebox.h> @@ -35,7 +35,7 @@ #include <krun.h> #include <kshell.h> #include <kurl.h> -#include <kparts/browserextension.h> +#include <tdeparts/browserextension.h> #include <tqaccel.h> #include <tqclipboard.h> |