diff options
author | Michele Calgaro <[email protected]> | 2023-01-03 15:29:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-01-07 22:14:56 +0900 |
commit | 4ce11cc30df1805459a615960fdec204a975548a (patch) | |
tree | 084f1e1fa404bdf0d082b1a58acf392b5d177326 /examples/pytde-sampler/HOWTO.samples | |
parent | 065f41b4908b11278d4334e8c85150ec0fd4a9f6 (diff) | |
download | pytde-4ce11cc30df1805459a615960fdec204a975548a.tar.gz pytde-4ce11cc30df1805459a615960fdec204a975548a.zip |
Drop python2 support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/pytde-sampler/HOWTO.samples')
-rw-r--r-- | examples/pytde-sampler/HOWTO.samples | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pytde-sampler/HOWTO.samples b/examples/pytde-sampler/HOWTO.samples index 8006eb4..18b3f4b 100644 --- a/examples/pytde-sampler/HOWTO.samples +++ b/examples/pytde-sampler/HOWTO.samples @@ -1,4 +1,4 @@ -How to Write Samples for the PyKDE Sampler +How to Write Samples for the PyTDE Sampler ========================================== @@ -12,11 +12,11 @@ In side the module, add the following: default: 'filenew' example: 'colorize' - When supplied, this should be the short name of a KDE icon, such as + When supplied, this should be the short name of a TDE icon, such as 'stop', 'editclear', etc. If available, This icon will be used as the list item's icon in the sampler. Not all icons are available in all themes, so try to use the icons that are available in the - default KDE installation. + default TDE installation. - labelText - string (optional) |