repo.or.cz
/
kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git]
/
kde3support
/
tests
/
krfcdatetest.h
blob
af343b24efa6906d50c637c392c3ce6303326716
1
#ifndef KRFCDATETEST_H
2
#define KRFCDATETEST_H
3
4
#include <QtCore/QObject>
5
6
class
KRFCDateTest
:
public
QObject
7
{
8
Q_OBJECT
9
10
private
Q_SLOTS
:
11
void
test
();
12
void
testRFC2822
();
13
};
14
15
#endif