/**
* @mainpage Kasbar 3NG
*
* @section intro Introduction
*
* This is the 3rd generation of kasbar.
*
* @section completed Completed Features
*
*
* - Added the ability to detach the bar from the screen edge and drag it around.
*
- Added support for the 'demands attention' NET WM property.
*
- Many internal code clean-ups.
*
- Centralised the drawing code and graphical resource management.
*
- Added a 'Send To System Tray' command to the window menu.
*
- Added the ability to group windows on inactive desktops.
*
- Improved the painting code.
*
- Added an 'ungroup' action to the context menu for group items.
*
- Added a 'Refresh' action to kasbar menu.
*
- Added a 'Quit' action to kasbar menu when running as a standalone app.
*
- Support for embedding the preview in the box instead of an icon.
*
*
* @section inprogress In Progress
*
*
* - Support for new size modes.
*
*
* @section todo Todo
*
*
* - Support for custom grouping.
*
*/
class QObject
{
};
class TQWidget : public QObject
{
};
class TQDialog : public QWidget
{
};
class TQFrame : public QWidget
{
};
class TQHBox : public QFrame
{
};
class TQLCDNumber : public QFrame
{
};
class KDialogBase : public QDialog
{
};
class KPanelExtension : public QWidget
{
};