diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:17:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:17:51 -0600 |
commit | 95c43a0f38217a41c246b1b324c92cc2cba78e5e (patch) | |
tree | fe11835688057219e383ad91e286490e46f1eff4 /korundum/README | |
parent | 8a69eba2f0eddce05cf86e0df8aec6e9f473d485 (diff) | |
download | tdebindings-95c43a0f38217a41c246b1b324c92cc2cba78e5e.tar.gz tdebindings-95c43a0f38217a41c246b1b324c92cc2cba78e5e.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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. |