printdcopinterface.h
00001 #ifndef Print_DCOP_INTERFACE_H 00002 #define Print_DCOP_INTERFACE_H 00003 00004 #include <dcopobject.h> 00005 #include <dcopref.h> 00006 #include <tqstringlist.h> 00007 #include <tqcstring.h> 00008 //#include "editdcopinterface.moc" 00009 namespace KTextEditor 00010 { 00011 class PrintInterface; 00018 class KTEXTEDITOR_EXPORT PrintDCOPInterface : virtual public DCOPObject 00019 { 00020 K_DCOP 00021 00022 public: 00029 PrintDCOPInterface( PrintInterface *Parent, const char *name ); 00034 virtual ~PrintDCOPInterface(); 00035 k_dcop: 00036 uint printInterfaceNumber () ; 00037 bool printDialog (); 00038 bool print (); 00039 00040 private: 00041 PrintInterface *m_parent; 00042 }; 00043 } 00044 #endif 00045 00046