diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:31:43 -0600 |
commit | 24b85b785334e8436c975a4323fcbb75d61f6e72 (patch) | |
tree | 95703ced216baabc95ecb169839c6f302bbcc5af /korundum/rubylib/rbkconfig_compiler/README.dox | |
parent | 5baaa6b5ff2b9d30279cf9e9658b9509fcdf884c (diff) | |
download | tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.tar.gz tdebindings-24b85b785334e8436c975a4323fcbb75d61f6e72.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'korundum/rubylib/rbkconfig_compiler/README.dox')
-rw-r--r-- | korundum/rubylib/rbkconfig_compiler/README.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korundum/rubylib/rbkconfig_compiler/README.dox b/korundum/rubylib/rbkconfig_compiler/README.dox index e345c46a..5eb9bd17 100644 --- a/korundum/rubylib/rbkconfig_compiler/README.dox +++ b/korundum/rubylib/rbkconfig_compiler/README.dox @@ -91,9 +91,9 @@ The following options are read from the kcfgc file: <tr> <td><b>Inherits</b></td> <td>string</td> - <td>KConfigSkeleton</td> + <td>TDEConfigSkeleton</td> <td>Class the generated class inherits from. This class must inherit - KConfigSkeleton.</td> + TDEConfigSkeleton.</td> </tr> <tr> <td><b>Visibility</b></td> @@ -139,7 +139,7 @@ The following options are read from the kcfgc file: <td><b>ItemAccessors</b></td> <td>bool</td> <td>false</td> - <td>Generate accessor functions for the KConfigSkeletonItem objects + <td>Generate accessor functions for the TDEConfigSkeletonItem objects corresponding to the configuration options. If <b>SetUserTexts</b> is set, <b>ItemAccessors</b> also has to be set.</td> </tr> |