From e1502794762192b7275d19eaf99073e6e05ada0b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 14 Feb 2012 21:19:51 -0600 Subject: Update various qt function definitions and static methods for tqt3 --- kmobile/kmobileitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmobile') 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(); -- cgit v1.2.1