-rw-r--r-- | libopie2/opiecore/opluginloader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopie2/opiecore/opluginloader.h b/libopie2/opiecore/opluginloader.h index 7582d29..d97f586 100644 --- a/libopie2/opiecore/opluginloader.h +++ b/libopie2/opiecore/opluginloader.h | |||
@@ -14,14 +14,12 @@ namespace Opie { | |||
14 | namespace Core { | 14 | namespace Core { |
15 | class OConfig; | 15 | class OConfig; |
16 | namespace Internal { | 16 | namespace Internal { |
17 | class OPluginLibraryHolder; | 17 | class OPluginLibraryHolder; |
18 | } | 18 | } |
19 | 19 | ||
20 | // template class QPtrDict<QLibrary>; | ||
21 | |||
22 | /** | 20 | /** |
23 | * \brief A small item representing the Plugin Information | 21 | * \brief A small item representing the Plugin Information |
24 | * This class contains the information about a Plugin. It contains | 22 | * This class contains the information about a Plugin. It contains |
25 | * a translated name if available to the system, a config key, | 23 | * a translated name if available to the system, a config key, |
26 | * and the path location. | 24 | * and the path location. |
27 | * | 25 | * |