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.
tdelibs/tdecore/tests/klocaletest.h

33 lines
443 B

// $Id$
#ifndef KLOCALETEST_H
#define KLOCALETEST_H
#include <tqwidget.h>
class TQLabel;
/** test: a small test program for TDELocale
*/
class Test : public TQWidget
{
TQ_OBJECT
public:
/**@name methods */
//@{
/** Constructor
*/
Test( TQWidget *parent=0, const char *name=0 );
/** Destructor
*/
~Test();
private:
TQString showLocale(TQString cat);
void createFields();
TQLabel *label;
};
#endif // TEST_H