]> vaikene.ee Git - evaf/blobdiff - src/apps/PswGen/Generator/generator.h
Compiler error fixes.
[evaf] / src / apps / PswGen / Generator / generator.h
index 77513be111f16b808c9bd056ec87f0adb6b29142..3c3096fcd5a8f8d8ad438416df17bd7ac5789812 100644 (file)
@@ -66,15 +66,15 @@ public:
 /**
  * Module implementing the iGenerator interface.
  */
-class Generator : public Plugins::iPlugin
+class Module : public Plugins::iPlugin
 {
     Q_OBJECT
 
 public:
 
-    Generator();
+    Module();
 
-    virtual ~Generator();
+    virtual ~Module();
 
     virtual bool init(const QString & args);