From 08c8ce32e917619f49ea019914b1c981044a04d8 Mon Sep 17 00:00:00 2001 From: con Date: Mon, 21 Jun 2010 16:12:49 +0200 Subject: Move the plugin examples to subdir of pluginhowto. --- doc/examples/preferencepane/preferencepaneplugin.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/examples/preferencepane/preferencepaneplugin.h (limited to 'doc/examples/preferencepane/preferencepaneplugin.h') 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 - -class PreferencePanePlugin : public ExtensionSystem::IPlugin -{ -public: - PreferencePanePlugin(); - ~PreferencePanePlugin(); - - void extensionsInitialized(); - bool initialize(const QStringList & arguments, QString * errorString); - void shutdown(); -}; - -#endif // PREFERENCEPANE_PLUGIN_H - -- cgit v1.2.1