• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdenetwork
  • Sitemap
  • Contact Us
 

kopete/kopete

addaccountwizard.h

Go to the documentation of this file.
00001 /*
00002     addaccountwizard.h - Kopete Add Account Wizard
00003 
00004     Copyright (c) 2003      by Olivier Goffart       <ogoffart@kde.org>
00005     Copyright (c) 2003      by Martijn Klingens      <klingens@kde.org>
00006 
00007     Kopete    (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
00008 
00009     *************************************************************************
00010     *                                                                       *
00011     * This program is free software; you can redistribute it and/or modify  *
00012     * it under the terms of the GNU General Public License as published by  *
00013     * the Free Software Foundation; either version 2 of the License, or     *
00014     * (at your option) any later version.                                   *
00015     *                                                                       *
00016     *************************************************************************
00017 */
00018 
00019 #ifndef ADDACCOUNTWIZARD_H
00020 #define ADDACCOUNTWIZARD_H
00021 
00022 #include <qmap.h>
00023 
00024 #include <kassistantdialog.h>
00025 
00026 #include <kopete_export.h>
00027 
00028 #include "ui_addaccountwizardpage1.h"
00029 #include "ui_addaccountwizardpage2.h"
00030 
00031 
00032 
00033 namespace Kopete
00034 {
00035 class Protocol;
00036 class Identity;
00037 }
00038 
00039 
00043 class KOPETEADDACCOUNTWIZARD_EXPORT AddAccountWizard : public KAssistantDialog
00044 {
00045     Q_OBJECT
00046 
00047 public:
00048     explicit AddAccountWizard( QWidget *parent = 0, bool firstRun = false );
00049     ~AddAccountWizard();
00050 
00054     void setIdentity( Kopete::Identity *identity );
00055 
00056 private slots:
00057     void slotProtocolListClicked();
00058     void slotProtocolListDoubleClicked();
00059 
00060 protected slots:
00061     virtual void back();
00062     virtual void next();
00063     virtual void accept();
00064     virtual void reject();
00065 
00066 private:
00067     class Private;
00068     Private *d;
00069 };
00070 
00071 #endif
00072 
00073 // vim: set noet ts=4 sts=4 sw=4:
00074 

kopete/kopete

Skip menu "kopete/kopete"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdenetwork

Skip menu "kdenetwork"
  • kget
  • kopete
  •   kopete
  •   libkopete
  •       libpapillon
  • krfb
Generated for kdenetwork by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal