Merge branch 'master' into xdxf
[mdictionary] / trunk / src / includes / settings.h
index 14a0c2d..d07d920 100644 (file)
@@ -27,7 +27,9 @@
 #include <QString>
 #include "CommonDictInterface.h"
 
-//! Plugin specific configuration 
+class CommonDictInterface;
+
+//! Plugin specific configuration
 class Settings {
   public:
     //! \retrun value fo given key
@@ -44,4 +46,4 @@ class Settings {
     virtual void setType(const CommonDictInterface*) = 0;
 };
 
-#endif
+#endif // SETTINGS_H