summaryrefslogtreecommitdiff
path: root/doc/examples/preferencepane/preferencepaneplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/preferencepane/preferencepaneplugin.h')
-rw-r--r--doc/examples/preferencepane/preferencepaneplugin.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/examples/preferencepane/preferencepaneplugin.h b/doc/examples/preferencepane/preferencepaneplugin.h
deleted file mode 100644
index 808cd04b81..0000000000
--- a/doc/examples/preferencepane/preferencepaneplugin.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef PREFERENCEPANE_PLUGIN_H
-#define PREFERENCEPANE_PLUGIN_H
-
-#include <extensionsystem/iplugin.h>
-
-class PreferencePanePlugin : public ExtensionSystem::IPlugin
-{
-public:
- PreferencePanePlugin();
- ~PreferencePanePlugin();
-
- void extensionsInitialized();
- bool initialize(const QStringList & arguments, QString * errorString);
- void shutdown();
-};
-
-#endif // PREFERENCEPANE_PLUGIN_H
-