Git commit 9960b13eed09e6be5cb7955d9c4d8d924d6c0a78 by Allen Winter. Committed on 01/05/2012 at 00:38. Pushed by winterz into branch 'master'. use KLineEdit, KComboBox and KTextEdit in place of their Qt counterparts M +21 -4 resources/google/calendar/ui/calendar_editor.ui M +8 -1 resources/google/calendar/ui/tasklist_editor.ui M +8 -1 resources/google/contacts/ui/groupeditor.ui http://commits.kde.org/kdepim-runtime/9960b13eed09e6be5cb7955d9c4d8d924d6c0= a78 diff --git a/resources/google/calendar/ui/calendar_editor.ui b/resources/go= ogle/calendar/ui/calendar_editor.ui index b0fc6a2..6347366 100644 --- a/resources/google/calendar/ui/calendar_editor.ui +++ b/resources/google/calendar/ui/calendar_editor.ui @@ -53,19 +53,36 @@ - + - + - + - + + + + KLineEdit + QLineEdit +
klineedit.h
+
+ + KComboBox + QComboBox +
kcombobox.h
+
+ + KTextEdit + QTextEdit +
ktextedit.h
+
+
nameEdit descriptionEdit diff --git a/resources/google/calendar/ui/tasklist_editor.ui b/resources/go= ogle/calendar/ui/tasklist_editor.ui index 26ada29..637eeee 100644 --- a/resources/google/calendar/ui/tasklist_editor.ui +++ b/resources/google/calendar/ui/tasklist_editor.ui @@ -15,7 +15,7 @@ - + @@ -36,6 +36,13 @@ + + + KLineEdit + QLineEdit +
klineedit.h
+
+
nameEdit buttons diff --git a/resources/google/contacts/ui/groupeditor.ui b/resources/google= /contacts/ui/groupeditor.ui index 91aa6d1..e79b781 100644 --- a/resources/google/contacts/ui/groupeditor.ui +++ b/resources/google/contacts/ui/groupeditor.ui @@ -22,10 +22,17 @@ - + + + + KLineEdit + QLineEdit +
klineedit.h
+
+