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 --- kmobile/kmobileitem.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmobile/kmobileitem.cpp') diff --git a/kmobile/kmobileitem.cpp b/kmobile/kmobileitem.cpp index 2471f667..dec9924a 100644 --- a/kmobile/kmobileitem.cpp +++ b/kmobile/kmobileitem.cpp @@ -29,7 +29,7 @@ #define PRINT_DEBUG kdDebug() << "KMobileItem: " -KMobileItem::KMobileItem(TQIconView *parent, KConfig *_config, KService::Ptr service) +KMobileItem::KMobileItem(TQIconView *parent, TDEConfig *_config, KService::Ptr service) : TQObject(parent), TQIconViewItem(parent), m_dev(0L) { config = _config; @@ -51,7 +51,7 @@ KMobileItem::KMobileItem(TQIconView *parent, KConfig *_config, KService::Ptr ser } /* restore this item from the config file */ -KMobileItem::KMobileItem(TQIconView *parent, KConfig *_config, int reload_index) +KMobileItem::KMobileItem(TQIconView *parent, TDEConfig *_config, int reload_index) : TQObject(parent), TQIconViewItem(parent), m_dev(0L) { config = _config; @@ -129,7 +129,7 @@ void KMobileItem::writeKonquMimeFile() const if (comment.isEmpty()) comment = KMobileDevice::defaultClassName(KMobileDevice::Unclassified); - KConfig conf( getKonquMimeType()+".desktop", false, true, "mime" ); + TDEConfig conf( getKonquMimeType()+".desktop", false, true, "mime" ); conf.setDesktopGroup(); conf.writeEntry("Encoding", "UTF-8"); conf.writeEntry("Comment", comment ); -- cgit v1.2.3