19 #ifndef _KATE_MESSAGE_VIEW_H_
20 #define _KATE_MESSAGE_VIEW_H_
22 #include "dockviewbase.h"
52 class MessageView :
public DockViewBase {
55 MessageView( TQWidget *parent=0,
const char *name=0 );
59 void addMessage(
const TQString &msg );
63 void linkClicked(
const TQString & href );
66 TQTextBrowser *m_view;
71 #endif // _KATE_MESSAGE_VIEW_H_
Namespace collecting as much of the internal Kate classes as we can manage.