projectiface.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef _kateproject_Iface_h_
00020 #define _kateproject_Iface_h_
00021
00022 #include <dcopobject.h>
00023
00024 #include <kurl.h>
00025
00026 namespace Kate
00027 {
00028 class Project;
00029 }
00030
00031 class KateProjectDCOPIface : public DCOPObject
00032 {
00033 K_DCOP
00034
00035 public:
00036 KateProjectDCOPIface (Kate::Project *p);
00037
00038 k_dcop:
00039 void test ();
00040
00041 private:
00042 Kate::Project *m_p;
00043 };
00044 #endif
This file is part of the documentation for kate Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 5 04:41:11 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003