kmcop.h
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 #ifndef KMCOP_H
00021 #define KMCOP_H
00022 
00023 #include <qobject.h>
00024 
00025 #include <dcopobject.h>
00026 
00027 class KMCOPPrivate;
00028 
00029 class KMCOP : public QObject,
00030               public DCOPObject
00031 {
00032 Q_OBJECT
00033 K_DCOP
00034 
00035 public:
00036     KMCOP();
00037     ~KMCOP();
00038     
00039 k_dcop:
00040     int objectCount();
00041     void addInterfacesHackHackHack();
00042 
00043 private:
00044     QCString correctType(const QCString &str);
00045     KMCOPPrivate *d;
00046 };
00047 
00048 
00049 #endif
00050 
 
This file is part of the documentation for arts Library Version 3.2.0.