summaryrefslogtreecommitdiffstats
path: root/vcs/cvsservice/changelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/cvsservice/changelog.h')
-rw-r--r--vcs/cvsservice/changelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/cvsservice/changelog.h b/vcs/cvsservice/changelog.h
index a1b50ffa..ed4d165b 100644
--- a/vcs/cvsservice/changelog.h
+++ b/vcs/cvsservice/changelog.h
@@ -31,7 +31,7 @@ public:
void addLines( const TQStringList &someLines );
//! Pretty format for this entry: you may insert a line tag (such as tab ("\t") or 4 spaces (" ")
//! or whatever you want (such as "\t * ")
- TQString toString( const TQString &startLineString = TQString::null ) const;
+ TQString toString( const TQString &startLineString = TQString() ) const;
//! Once the entry is completed one would like to write on a file! (You may add on start of file
//! prepend == true, or append on tail (prepend == false)
void addToLog( const TQString &logFilePath, const bool prepend = true, const TQString &startLineString = "\t" );