diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-13 18:29:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-14 19:45:51 +0900 |
commit | 6a7458cba9b900db03a9f295c2b5ba33960d17b0 (patch) | |
tree | e99bc8ec3d19c25b55d97c6ce24425dccde2d4cf /lib/pluginfactory.h | |
parent | 6430ebd1408b3fd3e90ad2cae8d1d9b24dae0a47 (diff) | |
download | kpilot-r14.1.3.tar.gz kpilot-r14.1.3.zip |
Fix FTBFS described in issue #25r14.1.3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4d735aa1f67364f0637f4a3186c942faafb56221)
Diffstat (limited to 'lib/pluginfactory.h')
-rw-r--r-- | lib/pluginfactory.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/pluginfactory.h b/lib/pluginfactory.h index e9be090..b5f1fbc 100644 --- a/lib/pluginfactory.h +++ b/lib/pluginfactory.h @@ -32,12 +32,9 @@ #include <kdebug.h> #include <klibloader.h> -#include "options.h" - -/** @file Defines a template class for factories for KPilot's conduits. */ - -class KPilotLink; +#include <kpilotlink.h> +#include "options.h" /** Template class that defines a conduit's factory. */ |