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.
tdebindings/kjsembed/qtbindings/qframe_imp.h

36 lines
493 B

#ifndef KJSEMBED_QFrame_H
#define KJSEMBED_QFrame_H
#include <kjs/interpreter.h>
#include <kjs/object.h>
/**
* Namespace containing the KJSEmbed library.
*/
namespace KJSEmbed {
/**
* Wrapper class for TQFrame enums.
*
* @author Ian Reinhart Geiser, geiseri@kde.org
*/
class TQFrameImp
{
public:
static void addBindings( KJS::ExecState *exec, KJS::Object &object );
};
} // namespace KJSEmbed
#endif // KJSEMBED_QFrame_H
// Local Variables:
// c-basic-offset: 4
// End: