diff options
Diffstat (limited to 'kab/addressbook.cpp')
-rw-r--r-- | kab/addressbook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kab/addressbook.cpp b/kab/addressbook.cpp index 1a6655266..0cf8b9307 100644 --- a/kab/addressbook.cpp +++ b/kab/addressbook.cpp @@ -100,7 +100,7 @@ const int AddressBook::Entry::NoOfFields =sizeof(AddressBook::Entry::Fields)/sizeof(AddressBook::Entry::Fields[0]); struct QStringLess - : public binary_function<const TQString&, const TQString&, bool> + : public std::function<bool(const TQString&, const TQString&)> { /** The function operator, inline. */ bool operator()(const TQString& x, const TQString& y) const |