[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:29 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=8090163

The following commit has been merged in the master branch:
commit 80901630c0c84f30cbc17d9361693f061a288bb8
Author: Dario Freddi <dario.freddi at collabora.com>
Date:   Mon Dec 19 11:52:27 2011 +0100

    fix-krazy: Move to K classes
---
 password-prompt.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/password-prompt.ui b/password-prompt.ui
index 1342dd5..7f5009e 100644
--- a/password-prompt.ui
+++ b/password-prompt.ui
@@ -73,7 +73,7 @@
         </widget>
        </item>
        <item row="2" column="1">
-        <widget class="QLineEdit" name="passwordLineEdit">
+        <widget class="KLineEdit" name="passwordLineEdit">
          <property name="echoMode">
           <enum>QLineEdit::Password</enum>
          </property>
@@ -97,6 +97,9 @@
    <class>KTitleWidget</class>
    <extends>QWidget</extends>
    <header>ktitlewidget.h</header>
+   <class>KLineEdit</class>
+   <extends>QLineEdit</extends>
+   <header>klineedit.h</header>
   </customwidget>
  </customwidgets>
  <resources/>

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list