-rw-r--r-- | kaddressbook/xxportselectdialog.cpp | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/kaddressbook/xxportselectdialog.cpp b/kaddressbook/xxportselectdialog.cpp index e0da3b2..41c999b 100644 --- a/kaddressbook/xxportselectdialog.cpp +++ b/kaddressbook/xxportselectdialog.cpp | |||
@@ -4,21 +4,21 @@ | |||
4 | Tobias Koenig <tokoe@kde.org> | 4 | Tobias Koenig <tokoe@kde.org> |
5 | 5 | ||
6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |
7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
8 | the Free Software Foundation; either version 2 of the License, or | 8 | the Free Software Foundation; either version 2 of the License, or |
9 | (at your option) any later version. | 9 | (at your option) any later version. |
10 | 10 | ||
11 | This program is distributed in the hope that it will be useful, | 11 | This program is distributed in the hope that it will be useful, |
12 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | GNU General Public License for more details. | 14 | GNU General Public License for more details. |
15 | 15 | ||
16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
17 | along with this program; if not, write to the Free Software | 17 | along with this program; if not, write to the Free Software |
18 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 18 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
19 | 19 | ||
20 | As a special exception, permission is given to link this program | 20 | As a special exception, permission is given to link this program |
21 | with any edition of Qt, and distribute the resulting executable, | 21 | with any edition of Qt, and distribute the resulting executable, |
22 | without including the source code for Qt in the source distribution. | 22 | without including the source code for Qt in the source distribution. |
23 | */ | 23 | */ |
24 | 24 | ||
@@ -200,3 +200,3 @@ void XXPortSelectDialog::initGUI() | |||
200 | 200 | ||
201 | mButtonGroup = new QButtonGroup( i18n( "Selection" ), page ); | 201 | mButtonGroup = new QButtonGroup( i18n( "Contact Selection" ), page ); |
202 | mButtonGroup->setColumnLayout( 0, Qt::Vertical ); | 202 | mButtonGroup->setColumnLayout( 0, Qt::Vertical ); |
@@ -208,3 +208,3 @@ void XXPortSelectDialog::initGUI() | |||
208 | 208 | ||
209 | mUseWholeBook = new QRadioButton( i18n( "&All contacts" ), mButtonGroup ); | 209 | mUseWholeBook = new QRadioButton( i18n( "&All" ), mButtonGroup ); |
210 | mUseWholeBook->setChecked( true ); | 210 | mUseWholeBook->setChecked( true ); |
@@ -213,3 +213,3 @@ void XXPortSelectDialog::initGUI() | |||
213 | 213 | ||
214 | mUseSelection = new QRadioButton( i18n( "&Selected contacts" ), mButtonGroup ); | 214 | mUseSelection = new QRadioButton( i18n( "&Selected" ), mButtonGroup ); |
215 | QWhatsThis::add( mUseSelection, i18n( "Only export contacts selected in KAddressBook.\n" | 215 | QWhatsThis::add( mUseSelection, i18n( "Only export contacts selected in KAddressBook.\n" |
@@ -218,3 +218,3 @@ void XXPortSelectDialog::initGUI() | |||
218 | 218 | ||
219 | mUseFilters = new QRadioButton( i18n( "Contacts matching &filter" ), mButtonGroup ); | 219 | mUseFilters = new QRadioButton( i18n( "By matching &filter" ), mButtonGroup ); |
220 | QWhatsThis::add( mUseFilters, i18n( "Only export contacts matching the selected filter.\n" | 220 | QWhatsThis::add( mUseFilters, i18n( "Only export contacts matching the selected filter.\n" |
@@ -223,3 +223,3 @@ void XXPortSelectDialog::initGUI() | |||
223 | 223 | ||
224 | mUseCategories = new QRadioButton( i18n( "Category &members" ), mButtonGroup ); | 224 | mUseCategories = new QRadioButton( i18n( "By Cate&gories" ), mButtonGroup ); |
225 | QWhatsThis::add( mUseCategories, i18n( "Only export contacts who are members of a category that is checked on the list to the left.\n" | 225 | QWhatsThis::add( mUseCategories, i18n( "Only export contacts who are members of a category that is checked on the list to the left.\n" |
@@ -248,3 +248,3 @@ void XXPortSelectDialog::initGUI() | |||
248 | sortLayout->addWidget( label, 0, 0 ); | 248 | sortLayout->addWidget( label, 0, 0 ); |
249 | 249 | ||
250 | #ifndef KAB_EMBEDDED | 250 | #ifndef KAB_EMBEDDED |