From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- akregator/src/articleviewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'akregator/src/articleviewer.cpp') diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index b9dee41a2..32d931f86 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -484,7 +484,7 @@ TQString ArticleViewer::formatArticleNormalMode(Feed* feed, const Article& artic //TQString url = article.enclosure().url(); //TQString type = article.enclosure().type(); //int length = article.enclosure().length(); - //TQString lengthStr = KIO::convertSize(length); + //TQString lengthStr = TDEIO::convertSize(length); //text += TQString("
%2 (%3, %4)
").arg(url).arg(url).arg(lengthStr).arg(type); } @@ -744,7 +744,7 @@ void ArticleViewer::urlSelected(const TQString &url, int button, int state, cons { if(url == "config:/disable_introduction") { if(KMessageBox::questionYesNo( widget(), i18n("Are you sure you want to disable this introduction page?"), i18n("Disable Introduction Page"), i18n("Disable"), i18n("Keep Enabled") ) == KMessageBox::Yes) { - KConfig *conf = Settings::self()->config(); + TDEConfig *conf = Settings::self()->config(); conf->setGroup("General"); conf->writeEntry("Disable Introduction", "true"); } -- cgit v1.2.1