summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxportselectdialog.h
Unidiff
Diffstat (limited to 'kaddressbook/xxportselectdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/xxportselectdialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kaddressbook/xxportselectdialog.h b/kaddressbook/xxportselectdialog.h
index 28b1fef..208f4f9 100644
--- a/kaddressbook/xxportselectdialog.h
+++ b/kaddressbook/xxportselectdialog.h
@@ -32,6 +32,6 @@
32 32
33class QButtonGroup; 33class Q3ButtonGroup;
34class QComboBox; 34class QComboBox;
35class QListView; 35class Q3ListView;
36class QListViewItem; 36class Q3ListViewItem;
37class QRadioButton; 37class QRadioButton;
@@ -55,3 +55,3 @@ class XXPortSelectDialog : public KDialogBase
55 void filterChanged( int ); 55 void filterChanged( int );
56 void categoryClicked( QListViewItem * i ); 56 void categoryClicked( Q3ListViewItem * i );
57 57
@@ -64,3 +64,3 @@ class XXPortSelectDialog : public KDialogBase
64 64
65 QButtonGroup* mButtonGroup; 65 Q3ButtonGroup* mButtonGroup;
66 QRadioButton* mUseCategories; 66 QRadioButton* mUseCategories;
@@ -70,3 +70,3 @@ class XXPortSelectDialog : public KDialogBase
70 QComboBox* mFiltersCombo; 70 QComboBox* mFiltersCombo;
71 QListView* mCategoriesView; 71 Q3ListView* mCategoriesView;
72 72