From e16866e072f94410321d70daedbcb855ea878cac Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:40 -0600 Subject: Actually move the kde files that were renamed in the last commit --- tdeui/tests/kdocktest.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tdeui/tests/kdocktest.h (limited to 'tdeui/tests/kdocktest.h') diff --git a/tdeui/tests/kdocktest.h b/tdeui/tests/kdocktest.h new file mode 100644 index 000000000..f23d22a35 --- /dev/null +++ b/tdeui/tests/kdocktest.h @@ -0,0 +1,19 @@ +#ifndef KDOCKTEST_H +#define KDOCKTEST_H + +#include + +class TQWidget; +class DockTest : public KDockArea +{ + Q_OBJECT +public: + DockTest( TQWidget* parent=0 ); + +private: + KDockWidget* m_blueDock; + KDockWidget* m_redDock; + KDockWidget* m_yellowDock; +}; + +#endif -- cgit v1.2.1