summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/simple_logcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/simple_logcb.h')
-rw-r--r--src/svnfrontend/simple_logcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/simple_logcb.h b/src/svnfrontend/simple_logcb.h
index 71f6d1d..14b3365 100644
--- a/src/svnfrontend/simple_logcb.h
+++ b/src/svnfrontend/simple_logcb.h
@@ -26,7 +26,7 @@ namespace svn
class Revision;
}
-class QString;
+class TQString;
//! Helper for getting specific svn logentries
class SimpleLogCb
@@ -45,7 +45,7 @@ public:
* @param root the root repository of item, if not given, it has to get detected in implementation from \a what and used.
* @return true if logentry and root found, otherwise false.
*/
- virtual bool getSingleLog(svn::LogEntry&logtarget,const svn::Revision&rev,const QString&what,const svn::Revision&peg,QString&root) = 0;
+ virtual bool getSingleLog(svn::LogEntry&logtarget,const svn::Revision&rev,const TQString&what,const svn::Revision&peg,TQString&root) = 0;
};
#endif