diff options
Diffstat (limited to 'korundum/README')
-rw-r--r-- | korundum/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/README b/korundum/README index 5a1614cf..1ac68089 100644 --- a/korundum/README +++ b/korundum/README @@ -4,7 +4,7 @@ KDE Specific Infomation: - Instead of require 'Qt', use require 'Korundum' for KDE programs. - - The KDE K* classes such as KApplication are renamed as KDE::Application. + - The KDE K* classes such as TDEApplication are renamed as KDE::Application. The other KDE classes are in the KParts::, KIO:: or DOM:: namespaces, with the same names as their C++ counterparts. |