]> Shamusworld >> Repos - architektonas/blobdiff - src/base/dialogfactory.h
Initial removal of unnecessary rs_ prefixes from files.
[architektonas] / src / base / dialogfactory.h
similarity index 83%
rename from src/base/rs_dialogfactory.h
rename to src/base/dialogfactory.h
index 128aa564b4157fade6aa66461fe8c619b424c6c9..b0f580a82677b677e841070193ae736eec5fa1f2 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef RS_DIALOGFACTORY_H
-#define RS_DIALOGFACTORY_H
+#ifndef __DIALOGFACTORY_H__
+#define __DIALOGFACTORY_H__
 
-#include "rs_dialogfactoryadapter.h"
+#include "dialogfactoryadapter.h"
 
 #define RS_DIALOGFACTORY RS_DialogFactory::instance()->getFactoryObject()
 
@@ -30,4 +30,4 @@ class RS_DialogFactory
                static RS_DialogFactory * uniqueInstance;
 };
 
-#endif
+#endif // __DIALOGFACTORY_H__