Remove last traces of org.kde.locale

In docs and script
This commit is contained in:
Bhushan Shah 2013-12-19 17:54:44 +05:30
parent 3e659dd29e
commit dd6c0f6240
2 changed files with 0 additions and 4 deletions

View File

@ -6,9 +6,6 @@ The classes documented here are not C++ public libraries: they are intended to b
<h3>org.kde.draganddrop</h3>
<p>Bindings for the Qt drag and drop system, see <a href="../declarativeimports/draganddrop/html/index.html">draganddrop</a> </p>
<h3>org.kde.locale</h3>
<p>Bindings for the use of KLocale, see <a href="classLocale.html">Locale</a></p>
<h3>org.kde.plasma.components</h3>
<p>Graphical components for common items such as buttons, lineedits, tabbars and so on. Compatible subset of the MeeGo components used on the N9, see <a href="../declarativeimports/plasmacomponents/html/index.html">plasmacomponents</a> </p>

View File

@ -26,7 +26,6 @@ for FS in `find $PWD -name '*.qml'`; do
perl -p -i -e 's/org\.kde\.qtextracomponents 0\.1/org.kde.qtextracomponents 2.0/g' $FS
perl -p -i -e 's/org\.kde\.runnermodel 0\.1/org.kde.runnermodel 2.0/g' $FS
perl -p -i -e 's/org\.kde\.locale 0\.1/org.kde.locale 2.0/g' $FS
perl -p -i -e 's/org\.kde\.draganddrop 1\.0/org.kde.draganddrop 2.0/g' $FS
perl -p -i -e 's/theme\.mSize\./theme.mSize(theme.defaultFont)./g' $FS