#ifndef shell_xparthost_h #define shell_xparthost_h #include #include #include class TDEProcess; class ShellWindow : public KParts::MainWindow { Q_OBJECT public: ShellWindow(); virtual ~ShellWindow(); public slots: void hop(); void slotOpenUrl( const TQString &url ); void mergeGUI(); private: XPartHost_KPart *m_host; TDEProcess *m_partProcess; }; #endif