summaryrefslogtreecommitdiffstats
path: root/kmobile/kmobileitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmobile/kmobileitem.cpp')
-rw-r--r--kmobile/kmobileitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/kmobileitem.cpp b/kmobile/kmobileitem.cpp
index 0e4705c5..3780c980 100644
--- a/kmobile/kmobileitem.cpp
+++ b/kmobile/kmobileitem.cpp
@@ -39,7 +39,7 @@ KMobileItem::KMobileItem(TQIconView *parent, KConfig *_config, KService::Ptr ser
setText(service->name());
m_deviceDesktopFile = service->desktopEntryName();
m_deviceConfigFile = TQString("kmobile_%1_rc").arg(text());
- m_deviceConfigFile = m_deviceConfigFile.replace(' ', "");
+ m_deviceConfigFile = m_deviceConfigFile.tqreplace(' ', "");
m_iconName = service->icon();
};