summaryrefslogtreecommitdiffstats
path: root/kode/license.h
diff options
context:
space:
mode:
Diffstat (limited to 'kode/license.h')
-rw-r--r--kode/license.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kode/license.h b/kode/license.h
index d74a0b57..3cdeff1f 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;
};
}