diff options
Diffstat (limited to 'kode/automakefile.h')
-rw-r--r-- | kode/automakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/automakefile.h b/kode/automakefile.h index ec0dce7e5..5f22a7570 100644 --- a/kode/automakefile.h +++ b/kode/automakefile.h @@ -75,7 +75,7 @@ class KDE_EXPORT AutoMakefile Target::List targets() const { return mTargets; } void addEntry( const TQString &variable, - const TQString &value = TQString::null ); + const TQString &value = TQString() ); void newLine(); |