summaryrefslogtreecommitdiffstats
path: root/kparts/tests/ghostview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/tests/ghostview.h')
-rw-r--r--kparts/tests/ghostview.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/kparts/tests/ghostview.h b/kparts/tests/ghostview.h
deleted file mode 100644
index 5d99d4f0e..000000000
--- a/kparts/tests/ghostview.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __example_h__
-#define __example_h__
-
-#include <kparts/mainwindow.h>
-
-class Shell : public KParts::MainWindow
-{
- Q_OBJECT
-public:
- Shell();
- virtual ~Shell();
-
- void openURL( const KURL & url );
-
-protected slots:
- void slotFileOpen();
-
-private:
- KParts::ReadOnlyPart *m_gvpart;
-};
-
-#endif