diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:19:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:19:51 -0600 |
commit | e1502794762192b7275d19eaf99073e6e05ada0b (patch) | |
tree | 3faa50875697deee6380ee7ffda7dedb6d7fe2da /kmobile | |
parent | 65f459228e774ea4babeca0c9704c3062c8ce4a4 (diff) | |
download | tdepim-e1502794762192b7275d19eaf99073e6e05ada0b.tar.gz tdepim-e1502794762192b7275d19eaf99073e6e05ada0b.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'kmobile')
-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(); |