changes that break existing sites and change mir requirements drastically
[mir.git] / source / mircoders / entity / EntityTopics.java
index f99d2db..38ad755 100755 (executable)
@@ -30,7 +30,7 @@
 
 package mircoders.entity;
 
-import mir.entity.Entity;
+import mir.entity.StorableObjectEntity;
 import mir.storage.StorageObject;
 /**
  * Diese Klasse enth?lt die Daten eines MetaObjekts
@@ -40,7 +40,7 @@ import mir.storage.StorageObject;
  */
 
 
-public class EntityTopics extends Entity {
+public class EntityTopics extends StorableObjectEntity {
   public EntityTopics(){
          super();
   }
@@ -49,4 +49,6 @@ public class EntityTopics extends Entity {
     this();
     setStorage(theStorage);
   }
+
+
 }