19 #ifndef _KATE_MAINWINDOW_INCLUDE_
20 #define _KATE_MAINWINDOW_INCLUDE_
24 #include <kxmlguifactory.h>
32 class TDE_EXPORT MainWindow :
public TQObject
34 friend class PrivateMainWindow;
39 MainWindow (
void *mainWindow);
40 virtual ~MainWindow ();
43 KXMLGUIFactory *guiFactory()
const;
54 class TQWidget *centralWidget()
const;
55 class ToolViewManager *toolViewManager()
const;
58 class PrivateMainWindow *d;
Interface to the viewmanager.
Namespace collecting as much of the internal Kate classes as we can manage.