diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /korundum/README | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'korundum/README')
-rw-r--r-- | korundum/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korundum/README b/korundum/README index 51641222..2ddb3911 100644 --- a/korundum/README +++ b/korundum/README @@ -8,10 +8,10 @@ KDE Specific Infomation: The other KDE classes are in the KParts::, TDEIO:: or DOM:: namespaces, with the same names as their C++ counterparts. - - Use the 'rbkdeapi' script to introspect the Korundum api from the command + - Use the 'rbtdeapi' script to introspect the Korundum api from the command line. For example: - $ rbkdeapi KDE::Action + $ rbtdeapi KDE::Action Will list all the methods in the KDE::Action class. There are currently (as at KDE 3.3 beta 2) 977 classes/30841 methods in the Smoke library |