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

kopete/kopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • kopete
  • config
  • appearance
appearanceconfig.h
Go to the documentation of this file.
1 /*
2  appearanceconfig.h - Kopete Look Feel Config
3 
4  Copyright (c) 2001-2002 by Duncan Mac-Vicar Prett <duncan@kde.org>
5  Copyright (c) 2005 by MichaĆ«l Larouche <larouche@kde.org>
6 
7  Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org>
8 
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  *************************************************************************
17 */
18 
19 #ifndef APPEARANCECONFIG_H
20 #define APPEARANCECONFIG_H
21 
22 #include <kcmodule.h>
23 
28 class AppearanceConfig : public KCModule
29 {
30  Q_OBJECT
31 
32 
33 public:
34  AppearanceConfig( QWidget *parent, const QVariantList &args );
35  ~AppearanceConfig();
36 
37  virtual void save();
38  virtual void load();
39 
40 private slots:
41  void slotHighlightChanged();
42  void slotChangeFont();
43  void slotEditTooltips();
44  void emitChanged();
45 private:
46 
47 private:
48  class Private;
49  Private * const d;
50 };
51 #endif
52 // vim: set noet ts=4 sts=4 sw=4:
QWidget
AppearanceConfig::AppearanceConfig
AppearanceConfig(QWidget *parent, const QVariantList &args)
Definition: appearanceconfig.cpp:88
AppearanceConfig::~AppearanceConfig
~AppearanceConfig()
Definition: appearanceconfig.cpp:136
AppearanceConfig
Definition: appearanceconfig.h:28
AppearanceConfig::load
virtual void load()
Definition: appearanceconfig.cpp:156
AppearanceConfig::save
virtual void save()
Definition: appearanceconfig.cpp:141
KCModule
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

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

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal