You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kdeui/tests/kdocktest.h

20 lines
275 B

#ifndef KDOCKTEST_H
#define KDOCKTEST_H
#include <kdockwidget.h>
class TQWidget;
class DockTest : public KDockArea
{
Q_OBJECT
public:
DockTest( TQWidget* parent=0 );
private:
KDockWidget* m_blueDock;
KDockWidget* m_redDock;
KDockWidget* m_yellowDock;
};
#endif