You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/libkopete/tests/kopetepasswordtest_program.h

18 lines
246 B

#ifndef KOPETEPASSWORDTEST_H
#define KOPETEPASSWORDTEST_H
#include <tqobject.h>
class PasswordRetriever : public TQObject
{
Q_OBJECT
public:
TQString password;
public slots:
void timer();
void gotPassword( const TQString & );
};
#endif