viewstatusmsgdcopinterface.h
00001 #ifndef ViewStatusMsg_DCOP_INTERFACE_H
00002 #define ViewStatusMsg_DCOP_INTERFACE_H
00003
00004 #include <dcopobject.h>
00005 #include <dcopref.h>
00006 #include <qstringlist.h>
00007 #include <qcstring.h>
00008
00009 namespace KTextEditor
00010 {
00011 class ViewStatusMsgInterface;
00018 class ViewStatusMsgDCOPInterface : virtual public DCOPObject
00019 {
00020 K_DCOP
00021
00022 public:
00028 ViewStatusMsgDCOPInterface( ViewStatusMsgInterface *Parent, const char *name );
00033 virtual ~ViewStatusMsgDCOPInterface();
00034 k_dcop:
00035 uint viewStatusMsgInterfaceNumber ();
00036 void viewStatusMsg (class QString msg) ;
00037
00038 private:
00039 ViewStatusMsgInterface *m_parent;
00040 };
00041 }
00042 #endif
00043
00044
This file is part of the documentation for kdelibs Version 3.1.4.