diff options
Diffstat (limited to 'kmobile/kmobileitem.cpp')
-rw-r--r-- | kmobile/kmobileitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmobile/kmobileitem.cpp b/kmobile/kmobileitem.cpp index d895a3666..025de1946 100644 --- a/kmobile/kmobileitem.cpp +++ b/kmobile/kmobileitem.cpp @@ -34,7 +34,7 @@ KMobileItem::KMobileItem(TQIconView *parent, KConfig *_config, KService::Ptr ser { config = _config; - Q_CHECK_PTR(service); + TQ_CHECK_PTR(service); if (service) { setText(service->name()); m_deviceDesktopFile = service->desktopEntryName(); |