diff options
Diffstat (limited to 'src/plugins/cpaster/pasteview.ui')
-rw-r--r-- | src/plugins/cpaster/pasteview.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/cpaster/pasteview.ui b/src/plugins/cpaster/pasteview.ui index 436db085519..5bc18658ca3 100644 --- a/src/plugins/cpaster/pasteview.ui +++ b/src/plugins/cpaster/pasteview.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> - <class>ViewDialog</class> - <widget class="QDialog" name="ViewDialog"> + <class>CodePaster::Internal::ViewDialog</class> + <widget class="QDialog" name="CodePaster::Internal::ViewDialog"> <property name="geometry"> <rect> <x>0</x> @@ -83,8 +83,8 @@ <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:9pt;">&lt;Comment&gt;</span></p></body></html></string> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;Comment&gt;</p></body></html></string> </property> </widget> </item> @@ -200,7 +200,7 @@ p, li { white-space: pre-wrap; } <connection> <sender>buttonBox</sender> <signal>accepted()</signal> - <receiver>ViewDialog</receiver> + <receiver>CodePaster::Internal::ViewDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> @@ -216,7 +216,7 @@ p, li { white-space: pre-wrap; } <connection> <sender>buttonBox</sender> <signal>rejected()</signal> - <receiver>ViewDialog</receiver> + <receiver>CodePaster::Internal::ViewDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> |