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

KDEUI

configdialog.h

Go to the documentation of this file.
00001 
00021 #ifndef SONNET_CONFIGDIALOG_H
00022 #define SONNET_CONFIGDIALOG_H
00023 
00024 #include <kdialog.h>
00025 #include <kconfig.h>
00026 
00027 namespace Sonnet
00028 {
00030     class KDEUI_EXPORT ConfigDialog : public KDialog
00031     {
00032         Q_OBJECT
00033     public:
00034         ConfigDialog(KConfig *config,
00035                      QWidget *parent);
00036         ~ConfigDialog();
00037 
00038     protected Q_SLOTS:
00039         virtual void slotOk();
00040         virtual void slotApply();
00041 
00042     private:
00043         void init(KConfig *config);
00044     private:
00045         class Private;
00046         Private *const d;
00047         Q_DISABLE_COPY(ConfigDialog)
00048     };
00049 }
00050 
00051 #endif

KDEUI

Skip menu "KDEUI"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • KIO
  • KIOSlave
  • KJS
  •   WTF
  • KJSEmbed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  •   core
  • Phonon
  •   Backend
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs 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