diff options
Diffstat (limited to 'kparts/tests/ghostview.h')
-rw-r--r-- | kparts/tests/ghostview.h | 22 |
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 |