diff --git a/include/simpleswitcher.h b/include/rofi.h similarity index 100% rename from include/simpleswitcher.h rename to include/rofi.h diff --git a/source/dmenu-dialog.c b/source/dmenu-dialog.c index 08bfa924..49a70fe1 100644 --- a/source/dmenu-dialog.c +++ b/source/dmenu-dialog.c @@ -34,7 +34,7 @@ #include #include -#include "simpleswitcher.h" +#include "rofi.h" char *dmenu_prompt = "dmenu "; diff --git a/source/profile-dialog.c b/source/profile-dialog.c index 23c4ddcd..6ca2e4a3 100644 --- a/source/profile-dialog.c +++ b/source/profile-dialog.c @@ -40,7 +40,7 @@ #include #include -#include "simpleswitcher.h" +#include "rofi.h" #include "profile-dialog.h" static inline int execshprofile( const char *profile ) diff --git a/source/simpleswitcher.c b/source/rofi.c similarity index 99% rename from source/simpleswitcher.c rename to source/rofi.c index ca80769a..838673dc 100644 --- a/source/simpleswitcher.c +++ b/source/rofi.c @@ -61,7 +61,7 @@ #include -#include "simpleswitcher.h" +#include "rofi.h" #include "run-dialog.h" #include "ssh-dialog.h" #include "profile-dialog.h" diff --git a/source/run-dialog.c b/source/run-dialog.c index 2f76954d..41b13f62 100644 --- a/source/run-dialog.c +++ b/source/run-dialog.c @@ -39,7 +39,7 @@ #include #include -#include "simpleswitcher.h" +#include "rofi.h" #include "run-dialog.h" #ifdef TIMING #include diff --git a/source/ssh-dialog.c b/source/ssh-dialog.c index bc1af0a8..b9c23f39 100644 --- a/source/ssh-dialog.c +++ b/source/ssh-dialog.c @@ -39,7 +39,7 @@ #include #include -#include "simpleswitcher.h" +#include "rofi.h" #include "ssh-dialog.h" #ifdef TIMING #include diff --git a/source/textbox.c b/source/textbox.c index 168ced8f..343572c1 100644 --- a/source/textbox.c +++ b/source/textbox.c @@ -37,7 +37,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include -#include "simpleswitcher.h" +#include "rofi.h" #include "textbox.h" #define SIDE_MARGIN 3 diff --git a/source/xrmoptions.c b/source/xrmoptions.c index 38e0153c..19162bfb 100644 --- a/source/xrmoptions.c +++ b/source/xrmoptions.c @@ -29,7 +29,7 @@ #include #include #include -#include "simpleswitcher.h" +#include "rofi.h" #include "xrmoptions.h" // Big thanks to Sean Pringle for this code.