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

kopete/kopete

identitydialog.h

Go to the documentation of this file.
00001 /*
00002     identitydialog.h  -  Kopete identity configuration dialog
00003 
00004     Copyright (c) 2007      by Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
00005 
00006     Kopete    (c) 2003-2007 by the Kopete developers  <kopete-devel@kde.org>
00007 
00008     *************************************************************************
00009     *                                                                       *
00010     * This program is free software; you can redistribute it and/or modify  *
00011     * it under the terms of the GNU General Public License as published by  *
00012     * the Free Software Foundation; either version 2 of the License, or     *
00013     * (at your option) any later version.                                   *
00014     *                                                                       *
00015     *************************************************************************
00016 */
00017 
00018 #ifndef __KOPETEIDENTITYDIALOG_H
00019 #define __KOPETEIDENTITYDIALOG_H
00020 
00021 #include <kopeteinfodialog.h>
00022 #include <kopete_export.h>
00023 
00024 namespace Kopete
00025 {
00026 class Identity;
00027 }
00028 
00029 class KOPETE_IDENTITY_EXPORT IdentityDialog : public Kopete::UI::InfoDialog
00030 {
00031     Q_OBJECT
00032 public:
00033     explicit IdentityDialog(Kopete::Identity *identity, QWidget *parent = 0);
00034     ~IdentityDialog();
00035 
00036 protected slots:
00037     void load();
00038     virtual void slotSave();
00039 
00040 private slots:
00041     void slotSelectPhoto();
00042     void slotClearPhoto();
00043 
00044 protected:
00045     void setPhoto(QString path);
00046 
00047 private:
00048     class Private;
00049     Private *d;
00050 
00051 };
00052 
00053 
00054 #endif
00055 
00056 // vim: set noet ts=4 sts=4 sw=4:

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