diff options
Diffstat (limited to 'kode/license.cpp')
-rw-r--r-- | kode/license.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/license.cpp b/kode/license.cpp index 1e251eaf3..12208f8c5 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: |