summaryrefslogtreecommitdiffstats
path: root/kode/code.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/code.cpp')
-rw-r--r--kode/code.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/code.cpp b/kode/code.cpp
index da8976931..0b28e546f 100644
--- a/kode/code.cpp
+++ b/kode/code.cpp
@@ -41,7 +41,7 @@ Code::Code( int indent )
void Code::clear()
{
mIndent = 0;
- mText = TQString::null;
+ mText = TQString();
}
bool Code::isEmpty() const