diff options
Diffstat (limited to 'kode/license.h')
-rw-r--r-- | kode/license.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/license.h b/kode/license.h index d74a0b579..3cdeff1fa 100644 --- a/kode/license.h +++ b/kode/license.h @@ -34,14 +34,14 @@ class KDE_EXPORT License License(); License( Type ); - void setQtException( bool ); + void setTQtException( bool ); TQString text(); private: Type mType; - bool mQtException; + bool mTQtException; }; } |