fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / kde3support / tests / krfcdatetest.h
blobaf343b24efa6906d50c637c392c3ce6303326716
1 #ifndef KRFCDATETEST_H
2 #define KRFCDATETEST_H
4 #include <QtCore/QObject>
6 class KRFCDateTest : public QObject
8 Q_OBJECT
10 private Q_SLOTS:
11 void test();
12 void testRFC2822();
15 #endif