Removed cyclic dependencies
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfPlugin / xdxfplugin.h
index 8a93749..a1244af 100644 (file)
@@ -5,7 +5,8 @@
 #include <QObject>
 #include <QDialog>
 #include <QRegExp>
-#include "TranslationXdxf.h"
+
+class TranslationXdxf;
 
 class XdxfPlugin : public CommonDictInterface
 {