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
1 /****************************************************************************
2 **
3 ** Copyright (C) Qxt Foundation. Some rights reserved.
4 **
5 ** This file is part of the QxtCore module of the Qt eXTension library
6 **
7 ** This library is free software; you can redistribute it and/or
8 ** modify it under the terms of the GNU Lesser General Public
9 ** License as published by the Free Software Foundation; either
10 ** version 2.1 of the License, or any later version.
11 **
12 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
13 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
14 **
15 ** There is aditional information in the LICENSE file of libqxt.
16 ** If you did not receive a copy of the file try to download it or
17 ** contact the libqxt Management
18 ** 
19 ** <http://libqxt.sourceforge.net>  <aep@exys.org>
20 **
21 ****************************************************************************/
22 #include <QObject>
23
24 class Test : public QObject {
25 Q_OBJECT
26 public slots:
27     void moveWindows();
28 };