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