From 38188136cc426b4bb00abf6f8c7c90b4bb27c453 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 21:46:25 -0500 Subject: Rename kde libraries to tde --- akregator/src/articleviewer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'akregator/src/articleviewer.cpp') diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 7aa74570..f8ad74bc 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include "aboutdata.h" #include "akregator_run.h" @@ -368,9 +368,9 @@ void ArticleViewer::displayAboutPage() { TQString location = locate("data", "akregator/about/main.html"); TQString content = KPIM::kFileToString(location); - content = content.tqarg( locate( "data", "libkdepim/about/kde_infopage.css" ) ); + content = content.tqarg( locate( "data", "libtdepim/about/kde_infopage.css" ) ); if ( kapp->reverseLayout() ) - content = content.tqarg( "@import \"%1\";" ).tqarg( locate( "data", "libkdepim/about/kde_infopage_rtl.css" ) ); + content = content.tqarg( "@import \"%1\";" ).tqarg( locate( "data", "libtdepim/about/kde_infopage_rtl.css" ) ); else content = content.tqarg( "" ); -- cgit v1.2.3