// -*- C++ -*- #ifndef tdemultipageINTERFACE_H #define tdemultipageINTERFACE_H #include class tdemultipageInterface : virtual public DCOPObject { K_DCOP k_dcop: virtual ASYNC jumpToReference(const TQString& reference) = 0; virtual TQString name_of_current_file() = 0; virtual bool is_file_loaded(const TQString& filename) = 0; }; #endif