summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobileitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobileitem.cpp')
-rw-r--r--kmobile/kmobileitem.cpp6
1 files changed, 3 insertions, 3 deletions
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 );