class KTopLevelWidget

Old KDE top level window. More...

Definition#include <ktopwidget.h>
InheritsKTMainWindow
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

This was top level widget. It inherits KTMainWindow completely now. You can still use is under this name, if you are so nostalgic. You shouldn't use this widget it might be removed from libraries in future.

 KTopLevelWidget ( const char *name = 0L )

Constructor.

KTopLevelWidget ()

Destructor.

void  closeEvent ( QCloseEvent *)

[protected virtual]

This is called when the widget is closed. The default implementation jut calls accepts the event. This method is only difference from KTMainWindow. Old applications reimplement closeEvent, new should use KTMainWindow and reimplement some of special handlers there.

Reimplemented from KTMainWindow