#ifndef KJSEMBED_QFrame_H #define KJSEMBED_QFrame_H #include #include /** * 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: