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

kopete/kopete

appearanceconfig.h

Go to the documentation of this file.
00001 /*
00002     appearanceconfig.h  -  Kopete Look Feel Config
00003 
00004     Copyright (c) 2001-2002 by Duncan Mac-Vicar Prett <duncan@kde.org>
00005     Copyright (c) 2005      by Michaƫl Larouche       <larouche@kde.org>
00006 
00007     Kopete    (c) 2002-2005 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 __APPEARANCE_H
00020 #define __APPEARANCE_H
00021 
00022 #define KDE3_SUPPORT
00023 #include <kcmodule.h>
00024 #undef KDE3_SUPPORT
00025 
00030 class AppearanceConfig : public KCModule
00031 {
00032     Q_OBJECT
00033 
00034 
00035 public:
00036     AppearanceConfig( QWidget *parent, const QVariantList &args );
00037     ~AppearanceConfig();
00038 
00039     virtual void save();
00040     virtual void load();
00041 
00042 private slots:
00043     void slotHighlightChanged();
00044     void slotChangeFont();
00045     void slotEditTooltips();
00046     void emitChanged();
00047 private:
00048     
00049 private:
00050     class Private;
00051     Private *d;
00052 };
00053 #endif
00054 // 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