summaryrefslogtreecommitdiffstats
path: root/kode/license.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kode/license.cpp')
-rw-r--r--kode/license.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/license.cpp b/kode/license.cpp
index 1e251eaf..12208f8c 100644
--- a/kode/license.cpp
+++ b/kode/license.cpp
@@ -40,9 +40,9 @@ void License::setQtException( bool v )
mQtException = v;
}
-QString License::text()
+TQString License::text()
{
- QString txt;
+ TQString txt;
switch ( mType ) {
case GPL: