diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-02 14:13:04 -0600 |
commit | 5445c25f501f456239b299d2b8810e4beb97a4f3 (patch) | |
tree | 8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/designer/examples/addressbook | |
parent | 534275dec59b0da2facf199a022a35b981c30c50 (diff) | |
download | tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip |
Automated update from Qt3
Diffstat (limited to 'tools/designer/examples/addressbook')
-rw-r--r-- | tools/designer/examples/addressbook/addressbook.ui.h | 2 | ||||
-rw-r--r-- | tools/designer/examples/addressbook/addressdetails.ui.h | 2 | ||||
-rw-r--r-- | tools/designer/examples/addressbook/search.ui.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/designer/examples/addressbook/addressbook.ui.h b/tools/designer/examples/addressbook/addressbook.ui.h index a86d28448..83d177573 100644 --- a/tools/designer/examples/addressbook/addressbook.ui.h +++ b/tools/designer/examples/addressbook/addressbook.ui.h @@ -134,4 +134,4 @@ void AddressBook::searchAddress( const TQString &expr ) } ++it; } -}
\ No newline at end of file +} diff --git a/tools/designer/examples/addressbook/addressdetails.ui.h b/tools/designer/examples/addressbook/addressdetails.ui.h index 60fe4ea25..b4e739241 100644 --- a/tools/designer/examples/addressbook/addressdetails.ui.h +++ b/tools/designer/examples/addressbook/addressdetails.ui.h @@ -21,4 +21,4 @@ void AddressDetails::okClicked() editCountry->text(), editZipCode->text() ); close(); -}
\ No newline at end of file +} diff --git a/tools/designer/examples/addressbook/search.ui.h b/tools/designer/examples/addressbook/search.ui.h index b660726cc..67715379c 100644 --- a/tools/designer/examples/addressbook/search.ui.h +++ b/tools/designer/examples/addressbook/search.ui.h @@ -10,4 +10,4 @@ void SearchDialog::search() { emit searchAddress( editSearch->text() ); close(); -}
\ No newline at end of file +} |