diff options
Diffstat (limited to 'kode/function.h')
-rw-r--r-- | kode/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/function.h b/kode/function.h index 47f0dd756..ad1fea45c 100644 --- a/kode/function.h +++ b/kode/function.h @@ -38,7 +38,7 @@ class KDE_EXPORT Function enum AccessSpecifier { Public = 1, Protected = 2, Private = 4, Signal = 8, Slot = 16 }; Function(); - Function( const TQString &name, const TQString &returnType = TQString::null, + Function( const TQString &name, const TQString &returnType = TQString(), int access = Public, bool isStatic = false ); void setConst( bool isConst ); |