From f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 1 Jul 2011 00:37:32 +0000 Subject: TQt4 port kpilot This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238903 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/pilotAddress.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/pilotAddress.h') diff --git a/lib/pilotAddress.h b/lib/pilotAddress.h index 94ae3f6..f5c2bcb 100644 --- a/lib/pilotAddress.h +++ b/lib/pilotAddress.h @@ -182,9 +182,9 @@ public: * - phone[6] = Pager * - phone[7] = Mobile * - * Apparently, this order is kept for all languages, just with localized + * Aptqparently, this order is kept for all languages, just with localized * strings. The implementation of the internal methods will assume - * this order is kept. In other languages, main can tqreplaced with + * this order is kept. In other languages, main can replaced with * Corporation. */ class KDE_EXPORT PilotAddress : public PilotRecordBase @@ -198,11 +198,11 @@ public: virtual ~PilotAddress(); /** Returns a text representation of the address. If @p richText is true, the - * text will be formatted with Qt-HTML tags. The AppInfo structure @p info + * text will be formatted with TQt-HTML tags. The AppInfo structure @p info * is used to figure out the phone labels; if it is NULL then bogus labels are * used to identify phone types. */ - TQString getTextRepresentation(const PilotAddressInfo *info, Qt::TextFormat richText) const; + TQString getTextRepresentation(const PilotAddressInfo *info, TQt::TextFormat richText) const; /** * @param text set the field value @@ -225,7 +225,7 @@ public: } } - /** Returns the text value of a given field @p field (or TQString::null + /** Returns the text value of a given field @p field (or TQString() * if there is no such field). */ TQString getField(int field) const; -- cgit v1.2.1