]> Shamusworld >> Repos - architektonas/blobdiff - src/base/commandevent.h
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / base / commandevent.h
index 0eaefd569aa1bf8d0f70cb7f395b5f35e42fd6d1..dced82abf796ae83b7cc91ce5a0f76a12cb9463c 100644 (file)
@@ -6,10 +6,10 @@
 /**
  * Command Events.
  */
-class RS_CommandEvent
+class CommandEvent
 {
        public:
-               RS_CommandEvent(const QString & cmd);
+               CommandEvent(const QString & cmd);
 
                QString getCommand();
                void accept();