We now have a current svn snapshot of libqxt in our contrib dir, and
[quassel.git] / src / contrib / libqxt-2007-10-24 / tests / QxtCurses / cursestest.h
diff --git a/src/contrib/libqxt-2007-10-24/tests/QxtCurses/cursestest.h b/src/contrib/libqxt-2007-10-24/tests/QxtCurses/cursestest.h
new file mode 100644 (file)
index 0000000..e81b3e2
--- /dev/null
@@ -0,0 +1,28 @@
+/****************************************************************************
+**
+** Copyright (C) Qxt Foundation. Some rights reserved.
+**
+** This file is part of the QxtCore module of the Qt eXTension library
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License as published by the Free Software Foundation; either
+** version 2.1 of the License, or any later version.
+**
+** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
+** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+**
+** There is aditional information in the LICENSE file of libqxt.
+** If you did not receive a copy of the file try to download it or
+** contact the libqxt Management
+** 
+** <http://libqxt.sourceforge.net>  <aep@exys.org>
+**
+****************************************************************************/
+#include <QObject>
+
+class Test : public QObject {
+Q_OBJECT
+public slots:
+    void moveWindows();
+};