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.
tdegraphics/kview/kviewcanvas/test/test.h

27 lines
452 B

#ifndef KIMAGEVIEWERTEST_H
#define KIMAGEVIEWERTEST_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <kapplication.h>
#include <tdeparts/mainwindow.h>
namespace KImageViewer { class Canvas; };
class KImageViewerTest : public KParts::MainWindow
{
Q_OBJECT
public:
KImageViewerTest();
virtual ~KImageViewerTest();
void load(const KURL& url);
private:
KImageViewer::Canvas *m_part;
};
#endif // KIMAGEVIEWERTEST_H