summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/csvimportdialog.h
authorMichael Krelin <hacker@klever.net>2007-07-04 11:23:42 (UTC)
committer Michael Krelin <hacker@klever.net>2007-07-04 11:23:42 (UTC)
commita08aff328d4393031d5ba7d622c2b05705a89d73 (patch) (side-by-side diff)
tree8ee90d686081c52e7c69b5ce946e9b1a7d690001 /kaddressbook/xxport/csvimportdialog.h
parent11edc920afe4f274c0964436633aa632c8288a40 (diff)
downloadkdepimpi-p1.zip
kdepimpi-p1.tar.gz
kdepimpi-p1.tar.bz2
initial public commit of qt4 portp1
Diffstat (limited to 'kaddressbook/xxport/csvimportdialog.h') (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/xxport/csvimportdialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kaddressbook/xxport/csvimportdialog.h b/kaddressbook/xxport/csvimportdialog.h
index 2661420..520f3fa 100644
--- a/kaddressbook/xxport/csvimportdialog.h
+++ b/kaddressbook/xxport/csvimportdialog.h
@@ -35,3 +35,3 @@ $Id$
-#include <qvaluelist.h>
+#include <q3valuelist.h>
@@ -39,3 +39,3 @@ class KURLRequester;
-class QButtonGroup;
+class Q3ButtonGroup;
class QComboBox;
@@ -45,3 +45,3 @@ class QPushButton;
class QRadioButton;
-class QTable;
+class Q3Table;
@@ -87,4 +87,4 @@ class CSVImportDialog : public KDialogBase
- QTable* mTable;
- QButtonGroup* mDelimiterBox;
+ Q3Table* mTable;
+ Q3ButtonGroup* mDelimiterBox;
QRadioButton* mRadioComma;
@@ -121,3 +121,3 @@ class CSVImportDialog : public KDialogBase
bool mClearTypeStore;
- QValueList<int> mTypeStore;
+ Q3ValueList<int> mTypeStore;