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

kio

main.h

Go to the documentation of this file.
00001 #ifndef BUG_MAILER_H
00002 #define BUG_MAILER_H "$Id: main.h 78339 2001-01-16 02:33:21Z garbanzo $"
00003 
00004 #include <qobject.h>
00005 
00006 class SMTP;
00007 
00008 class BugMailer : public QObject {
00009     Q_OBJECT
00010 public:
00011     BugMailer(SMTP* s) : QObject(0, "mailer"), sm(s) {}
00012 
00013 public slots:
00014     void slotError(int);
00015     void slotSend();
00016 private:
00017     SMTP *sm;
00018 };
00019 
00020 #endif

kio

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

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
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