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/kblendtest.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tdeui/tests/kblendtest.h (limited to 'tdeui/tests/kblendtest.h') diff --git a/tdeui/tests/kblendtest.h b/tdeui/tests/kblendtest.h new file mode 100644 index 000000000..f35afbb5f --- /dev/null +++ b/tdeui/tests/kblendtest.h @@ -0,0 +1,24 @@ +// +// Simple little hack to show off blending effects. +// +// (C) KDE Artistic Cristian Tibirna +// + +#ifndef __KBLEND_TEST_H +#define __KBLEND_TEST_H + +#include +#include + +class KBlendWidget : public TQWidget +{ +public: + KBlendWidget(TQWidget *parent=0, const char *name=0); +protected: + void paintEvent(TQPaintEvent *ev); +private: + TQImage image, original; + TQColor bgnd; +}; + +#endif -- cgit v1.2.1