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.
tdeutils/tdelirc/tdelirc/arguments.h

33 lines
424 B

//
//
// C++ Interface: $MODULE$
//
// Description:
//
//
// Author: Gav Wood <gav@kde.org>, (C) 2003
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef ARGUMENTS_H
#define ARGUMENTS_H
#include <tqvaluelist.h>
#include <tqvariant.h>
/**
@author Gav Wood
*/
class Arguments : public TQValueList<TQVariant>
{
public:
const TQString toString() const;
Arguments();
~Arguments();
};
#endif