kmail Library API Documentation

directoryservicesconfigurationdialogimpl.h

00001 #ifndef DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
00002 #define DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
00003 #include "directoryservicesconfigurationdialog.h"
00004 
00005 class CryptPlugWrapper;
00006 
00007 class DirectoryServicesConfigurationDialogImpl : public DirectoryServicesConfigurationDialog
00008 {
00009     Q_OBJECT
00010 
00011 public:
00012     DirectoryServicesConfigurationDialogImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00013     ~DirectoryServicesConfigurationDialogImpl();
00014 
00015     void enableDisable( CryptPlugWrapper* wrapper );
00016     
00017 protected slots:
00018     void slotServiceChanged( QListViewItem* );
00019     void slotServiceSelected( QListViewItem* );
00020     void slotAddService();
00021     void slotDeleteService();
00022 };
00023 
00024 #endif // DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:16 2004 by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2003