From 548395e018d377eaa8fede0fba271da8b6c49fc9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:57:49 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit bb7be2361770a435b3e2e8ae2ac4250bf9810bb4. --- src/svnqt/log_entry.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/svnqt/log_entry.cpp') diff --git a/src/svnqt/log_entry.cpp b/src/svnqt/log_entry.cpp index 720642d..f641b17 100644 --- a/src/svnqt/log_entry.cpp +++ b/src/svnqt/log_entry.cpp @@ -96,8 +96,8 @@ namespace svn const char *message_; svn_compat_log_revprops_out(&author_, &date_, &message_, log_entry->revprops); - author = author_ == 0 ? TQString::fromLatin1("") : TQString::FROMUTF8(author_); - message = message_ == 0 ? TQString::fromLatin1("") : TQString::FROMUTF8(message_); + author = author_ == 0 ? TQString::tqfromLatin1("") : TQString::FROMUTF8(author_); + message = message_ == 0 ? TQString::tqfromLatin1("") : TQString::FROMUTF8(message_); setDate(date_); revision = log_entry->revision; if (log_entry->changed_paths) { @@ -125,8 +125,8 @@ namespace svn setDate(date_); revision = revision_; - author = author_ == 0 ? TQString::fromLatin1("") : TQString::FROMUTF8(author_); - message = message_ == 0 ? TQString::fromLatin1("") : TQString::FROMUTF8(message_); + author = author_ == 0 ? TQString::tqfromLatin1("") : TQString::FROMUTF8(author_); + message = message_ == 0 ? TQString::tqfromLatin1("") : TQString::FROMUTF8(message_); } void LogEntry::setDate(const char*date_) -- cgit v1.2.1