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/khashtest.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tdeui/tests/khashtest.h (limited to 'tdeui/tests/khashtest.h') diff --git a/tdeui/tests/khashtest.h b/tdeui/tests/khashtest.h new file mode 100644 index 000000000..05de5c435 --- /dev/null +++ b/tdeui/tests/khashtest.h @@ -0,0 +1,26 @@ +// +// Simple little hack to show off new diagonal gradients. +// +// (C) KDE Artistic Daniel M. Duley +// + +#ifndef __KHASH_TEST_H +#define __KHASH_TEST_H + +#include +#include + +class KHashWidget : public TQWidget +{ + Q_OBJECT + +public: + KHashWidget(TQWidget *parent=0, const char *name=0) + : TQWidget(parent, name){;} +protected: + void paintEvent(TQPaintEvent *ev); +private: + KPixmap pix; +}; + +#endif -- cgit v1.2.1