summaryrefslogtreecommitdiffstats
path: root/kode/automakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'kode/automakefile.h')
-rw-r--r--kode/automakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/automakefile.h b/kode/automakefile.h
index ec0dce7e..5f22a757 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();