summaryrefslogtreecommitdiffabout
path: root/libkdepim/ol_access.h
Side-by-side diff
Diffstat (limited to 'libkdepim/ol_access.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xlibkdepim/ol_access.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdepim/ol_access.h b/libkdepim/ol_access.h
index 85dbc6c..3422f65 100755
--- a/libkdepim/ol_access.h
+++ b/libkdepim/ol_access.h
@@ -28,25 +28,25 @@
#include <kdialogbase.h>
#include <kabc/addressee.h>
#include <kabc/addressbook.h>
#include <afxdisp.h>
#include "../outport/msoutl9.h"
#define OL_CONTACT_DATA 2
#define OL_CALENDAR_DATA 1 //pending is this the right number
class QDateTime;
-class QListView;
+class Q3ListView;
class OLEListViewItem;
class _ContactItem;
class OL_access : public QObject
{
Q_OBJECT
public:
static OL_access *instance();
~OL_access();
//static converter methods
static QDateTime mDdate2Qdtr( DATE dt);
static DATE Qdt2date( QDateTime dt );
static KABC::Addressee ol2kapiContact( _ContactItem * aItem , bool syncMode);
@@ -123,25 +123,25 @@ class KAImportOLdialog : public KDialogBase
prote_cted slo_ts:
void slotApply();
void slotOk();
void slotCancel();
protected:
void setupFolderView();
void addFolder(OLEListViewItem* iParent, LPDISPATCH dispParent);
void readContactData( DWORD folder );
KABC::AddressBook * mABook;
- QListView * mListView;
+ Q3ListView * mListView;
KABC::Addressee::List mAList;
bool addAddressee( KABC::Addressee a );
private:
int importedItems;
bool mSyncMode;
QString mSelectedFolderID;
};
class KAwritebackOL : public QObject
{
Q__OBJECT
public:
KAwritebackOL( const QString &olFolderID );