summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/tests/kopetepasswordtest_program.h
blob: 776374c1e8587560541b3859fa81bcfdf3c132fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef KOPETEPASSWORDTEST_H
#define KOPETEPASSWORDTEST_H

#include <tqobject.h>

class PasswordRetriever : public TQObject
{
	Q_OBJECT
  TQ_OBJECT
public:
	TQString password;
public slots:
	void timer();
	void gotPassword( const TQString & );
};

#endif