/***************************************************************************
                          ksnes9xview.h  -  description
                             -------------------
    begin                : Sun Oct 10 1999
    copyright            : (C) 1999 by Perdig
    email                : perdig@linuxbr.com.br
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef KSNES9XVIEW_H
#define KSNES9XVIEW_H

//Generated area. DO NOT EDIT!!!(begin)
#include <qwidget.h>
#include <qpushbutton.h>
//Generated area. DO NOT EDIT!!!(end)

#include <qwidget.h>
#include "resource.h"
#include "ksnes9xfiledialog.h"

#include <qdir.h>
#include <kfilesimpleview.h>
#include <qlayout.h>

/**
  *@author Perdig
  */

class KSnes9xView : public QWidget  {
  Q_OBJECT
	friend class KSnes9x;
public: 
	KSnes9xView(QWidget *parent=0, const char *name=0);
	~KSnes9xView();
  /** Inicializa o Kdir */
  void initKDir();

protected: 
	void initDialog();
	//Generated area. DO NOT EDIT!!!(begin)
//	KSnes9xFileDialog *dirView;
	KSnes9xFileDialog *dirView;
	QPushButton *play;
	QHBoxLayout *boxLayout;
	QVBoxLayout *btngroup;
	//Generated area. DO NOT EDIT!!!(end)
};

#endif












































Documentation generated by Perdig@perdig.com.br on Mon Nov 22 11:16:22 EDT 1999