diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-01 00:37:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-01 00:37:32 +0000 |
commit | f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 (patch) | |
tree | d38fce8091ce66977004a5cb115768c7810aee30 /lib/pilotAddress.h | |
parent | e340db64991a06761aa6395ffe760b53e4c1dfbc (diff) | |
download | kpilot-f6f9c296c3f9d39a8c3d0ee64a542a47f450be28.tar.gz kpilot-f6f9c296c3f9d39a8c3d0ee64a542a47f450be28.zip |
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
Diffstat (limited to 'lib/pilotAddress.h')
-rw-r--r-- | lib/pilotAddress.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |