Diffstat (limited to 'examples/todayplugin/examplepluginimpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | examples/todayplugin/examplepluginimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todayplugin/examplepluginimpl.h b/examples/todayplugin/examplepluginimpl.h index 77ec4f6..31f8907 100644 --- a/examples/todayplugin/examplepluginimpl.h +++ b/examples/todayplugin/examplepluginimpl.h @@ -7,9 +7,9 @@ #ifndef EXAMPLE_PLUGIN_IMPL_H #define EXAMPLE_PLUGIN_IMPL_H -#include <opie/todayplugininterface.h> +#include <opie2/todayplugininterface.h> class ExamplePlugin; class ExamplePluginImpl : public TodayPluginInterface{ |