diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 22:28:40 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 22:33:47 +0200 |
commit | a4ee57322c38a98f883676b5a07f6479a8f212a8 (patch) | |
tree | 1cd671c67b2c63b10cf937498d198ba6bc5a8de8 /style/config/polyesterconf.h | |
parent | 46b634a550b6a1b92a678fee06cfa9982c28e8d6 (diff) | |
download | tde-style-polyester-a4ee57322c38a98f883676b5a07f6479a8f212a8.tar.gz tde-style-polyester-a4ee57322c38a98f883676b5a07f6479a8f212a8.zip |
Do not store licence file in a TQt form.
Load it on runtime instead, like the TDE Licence Info application does.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'style/config/polyesterconf.h')
-rwxr-xr-x | style/config/polyesterconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/style/config/polyesterconf.h b/style/config/polyesterconf.h index 2bc18f1..7e3503e 100755 --- a/style/config/polyesterconf.h +++ b/style/config/polyesterconf.h @@ -59,6 +59,7 @@ protected: int buttonItem( TQString kBType ); TQString scrollBarType( int listnr ); int scrollBarItem( TQString kSType ); + TQString readLicence(); //Original settings, for accurate dirtiness tracking bool origUseLowerCaseText; |