summaryrefslogtreecommitdiffstats
path: root/kaddressbook/xxport/pab_mapihd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/xxport/pab_mapihd.cpp')
-rw-r--r--kaddressbook/xxport/pab_mapihd.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/xxport/pab_mapihd.cpp b/kaddressbook/xxport/pab_mapihd.cpp
index bcf541d7..6d61cb33 100644
--- a/kaddressbook/xxport/pab_mapihd.cpp
+++ b/kaddressbook/xxport/pab_mapihd.cpp
@@ -151,7 +151,7 @@ pabrec_entry e=pr_unknown;
return e;
}
-pabfields_t::pabfields_t(pabrec & R, QWidget * /*parent*/)
+pabfields_t::pabfields_t(pabrec & R, TQWidget * /*parent*/)
{
// Skip the first two words, because they're always the
// same 000c 0014 ==> 0014 gives us the types, so we
@@ -180,11 +180,11 @@ pabfields_t::pabfields_t(pabrec & R, QWidget * /*parent*/)
for(i=2,k=0;i<R.N() && k<tags.size();i++,k++) {
if (!isUsed(k)) { i-=1; }
else {pabrec_entry e;
- QString E;
+ TQString E;
e=isWhat(k);
E=R.getEntry(i);
- { QString s=E;
+ { TQString s=E;
s=s.stripWhiteSpace();
E=s;
}