summaryrefslogtreecommitdiff
path: root/src/plugins/git/changeselectiondialog.ui
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-11-23 15:15:01 +0000
committerhjk <qthjk@ovi.com>2011-11-24 10:49:41 +0100
commit0ce9fa2c16073f85ed17890088f6e40f523ce928 (patch)
treeb9baa3db68e42a3edb545b20fd003bbc49a321ba /src/plugins/git/changeselectiondialog.ui
parent88fd98fbc4dc15afa4f42f84045dcdff38b9b301 (diff)
downloadqt-creator-0ce9fa2c16073f85ed17890088f6e40f523ce928.tar.gz
UI files: Do not polute the global Ui namespace
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/git/changeselectiondialog.ui')
-rw-r--r--src/plugins/git/changeselectiondialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/git/changeselectiondialog.ui b/src/plugins/git/changeselectiondialog.ui
index 704596b3a8..1b6180cad2 100644
--- a/src/plugins/git/changeselectiondialog.ui
+++ b/src/plugins/git/changeselectiondialog.ui
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
- <class>ChangeSelectionDialog</class>
- <widget class="QDialog" name="ChangeSelectionDialog">
+ <class>Git::Internal::ChangeSelectionDialog</class>
+ <widget class="QDialog" name="Git::Internal::ChangeSelectionDialog">
<property name="geometry">
<rect>
<x>0</x>
@@ -58,7 +58,7 @@
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
- <receiver>ChangeSelectionDialog</receiver>
+ <receiver>Git::Internal::ChangeSelectionDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
@@ -74,7 +74,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
- <receiver>ChangeSelectionDialog</receiver>
+ <receiver>Git::Internal::ChangeSelectionDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">