summaryrefslogtreecommitdiffstats
path: root/kview/kviewcanvas/test/test.h
blob: f04866ef50a6750714906d7486064efc2b4e974f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef KIMAGEVIEWERTEST_H
#define KIMAGEVIEWERTEST_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif 

#include <kapplication.h>
#include <kparts/mainwindow.h>
 
namespace KImageViewer { class Canvas; };

class KImageViewerTest : public KParts::MainWindow
{
    Q_OBJECT
  TQ_OBJECT
public:
    KImageViewerTest();
    virtual ~KImageViewerTest();
    void load(const KURL& url);

private:
    KImageViewer::Canvas *m_part;
};

#endif // KIMAGEVIEWERTEST_H