KTopLevelWidget Class Reference

[kio Index] [kio Hierarchy] [Headers]


Old KDE top level window More...

#include <ktopwidget.h>

Inherits: KTMainWindow (kdeui)

Public Members

Protected Members


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.

See Also: KTMainWindow


KTopLevelWidget( const char *name = 0L ) [public]

Constructor.

~KTopLevelWidget() [public]

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.


  • Author: Stephan Kulow (coolo@kde.org), was maintained by Sven Radej (radej@kde.org)
  • Documentation generated by tasin@cd1 on Die Nov 30 17:32:00 CET 1999
Kdoc