summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/sourcefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdevdesigner/designer/sourcefile.h')
-rw-r--r--kdevdesigner/designer/sourcefile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/sourcefile.h b/kdevdesigner/designer/sourcefile.h
index 81fe540a..004c8898 100644
--- a/kdevdesigner/designer/sourcefile.h
+++ b/kdevdesigner/designer/sourcefile.h
@@ -46,8 +46,8 @@ public:
void setText( const TQString &s );
void setModified( bool m );
- bool save( bool ignoreModified = FALSE );
- bool saveAs( bool ignoreModified = FALSE );
+ bool save( bool ignoreModified = false );
+ bool saveAs( bool ignoreModified = false );
bool load();
bool close();
bool closeEvent();