one entry for korganizer in khelpcenters navigation tree is enough
[kdepim.git] / kmailcvt / kimportpage.cpp
blob7f1fa54302e8b5e551dec1ba94ed5ecfe867e779
1 /***************************************************************************
2 kimportpage.cpp - description
3 -------------------
4 begin : Fri Jan 17 2003
5 copyright : (C) 2003 by Laurence Anderso
6 email : l.d.anderson@warwick.ac.uk
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #include "kimportpage.h"
20 #include <kapplication.h>
21 #include <kstandarddirs.h>
23 KImportPage::KImportPage(QWidget *parent ) : KImportPageDlg(parent) {
25 mIntroSidebar->setPixmap(KStandardDirs::locate("data", "kmailcvt/pics/step1.png"));
28 KImportPage::~KImportPage() {
31 #include "kimportpage.moc"