From dd6c0f624058afe07ecae7a62d0dd81ff96f1cb7 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 19 Dec 2013 17:54:44 +0530 Subject: [PATCH] Remove last traces of org.kde.locale In docs and script --- Mainpage.dox | 3 --- tools/port-plasma2.sh | 1 - 2 files changed, 4 deletions(-) diff --git a/Mainpage.dox b/Mainpage.dox index 8dbbe6462..d0d238ec5 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -6,9 +6,6 @@ The classes documented here are not C++ public libraries: they are intended to b

org.kde.draganddrop

Bindings for the Qt drag and drop system, see draganddrop

-

org.kde.locale

-

Bindings for the use of KLocale, see Locale

-

org.kde.plasma.components

Graphical components for common items such as buttons, lineedits, tabbars and so on. Compatible subset of the MeeGo components used on the N9, see plasmacomponents

diff --git a/tools/port-plasma2.sh b/tools/port-plasma2.sh index 6bfcceb59..2f91e5df0 100755 --- a/tools/port-plasma2.sh +++ b/tools/port-plasma2.sh @@ -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