diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 29f04af04..ba1a5d1a5 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -3,7 +3,7 @@ set(lattedock-app_SRCS packageplugins/shell/dockpackage.cpp abstractwindowinterface.cpp alternativeshelper.cpp - colortools.cpp + commontools.cpp dockcorona.cpp globalshortcuts.cpp importer.cpp diff --git a/app/colortools.cpp b/app/commontools.cpp similarity index 98% rename from app/colortools.cpp rename to app/commontools.cpp index d3dda3458..45849daf3 100644 --- a/app/colortools.cpp +++ b/app/commontools.cpp @@ -18,7 +18,7 @@ * */ -#include "colortools.h" +#include "commontools.h" #include diff --git a/app/colortools.h b/app/commontools.h similarity index 100% rename from app/colortools.h rename to app/commontools.h diff --git a/app/sortedactivitiesmodel.cpp b/app/sortedactivitiesmodel.cpp index bd6932e22..b31f1f166 100644 --- a/app/sortedactivitiesmodel.cpp +++ b/app/sortedactivitiesmodel.cpp @@ -19,7 +19,7 @@ // Self #include "sortedactivitiesmodel.h" -#include "colortools.h" +#include "commontools.h" // C++ #include