diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:12:56 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-14 11:12:56 +0000 |
| commit | 1ae15dd2d9e2f8360929960267b2a9dda5595ab5 (patch) | |
| tree | 63ee415df4f71694f8f9e05507ccbe3203357aa5 /examples/GuiClient/mainDialog.ui | |
| parent | ee6314a8a34a0ad1e11c64ea00b63ce0aea4db5c (diff) | |
| download | qxmpp-1ae15dd2d9e2f8360929960267b2a9dda5595ab5.tar.gz | |
change class name
Diffstat (limited to 'examples/GuiClient/mainDialog.ui')
| -rw-r--r-- | examples/GuiClient/mainDialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/GuiClient/mainDialog.ui b/examples/GuiClient/mainDialog.ui index 0d174462..987b5dca 100644 --- a/examples/GuiClient/mainDialog.ui +++ b/examples/GuiClient/mainDialog.ui @@ -233,7 +233,7 @@ </spacer> </item> <item> - <widget class="customLabel" name="label_status"> + <widget class="signInStatusLabel" name="label_status"> <property name="text"> <string/> </property> @@ -351,9 +351,9 @@ <header>searchLineEdit.h</header> </customwidget> <customwidget> - <class>customLabel</class> + <class>signInStatusLabel</class> <extends>QLabel</extends> - <header>customLabel.h</header> + <header>signInStatusLabel.h</header> </customwidget> </customwidgets> <resources> |
