fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kde3support / tests / kactivelabeltest.h
blob0dcb8b3ca3c7a111b90480893730e2655d6142aa
1 /*
2 * Tests the KActiveLabel Widget class
4 * Copyright 2006 by Tobias Koenig <tokoe@kde.org>
6 * Licensed under the GNU General Public License version 2
7 */
8 #ifndef KACTIVELABELTEST_H
9 #define KACTIVELABELTEST_H
11 #include <QtGui/QWidget>
13 class KActiveLabelTest : public QWidget
15 Q_OBJECT
17 public:
18 KActiveLabelTest( QWidget *parent = 0 );
21 #endif