Rename plugins.(h|cpp) to decorations.(h|cpp)
This commit is contained in:
parent
724bfd4548
commit
d8e1b1c00e
4 changed files with 3 additions and 3 deletions
|
@ -108,7 +108,7 @@ set(kwin_KDEINIT_SRCS
|
||||||
main.cpp
|
main.cpp
|
||||||
options.cpp
|
options.cpp
|
||||||
outline.cpp
|
outline.cpp
|
||||||
plugins.cpp
|
decorations.cpp
|
||||||
events.cpp
|
events.cpp
|
||||||
killwindow.cpp
|
killwindow.cpp
|
||||||
geometrytip.cpp
|
geometrytip.cpp
|
||||||
|
|
|
@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "plugins.h"
|
#include "decorations.h"
|
||||||
#include "config-kwin.h"
|
#include "config-kwin.h"
|
||||||
|
|
||||||
#include <kglobal.h>
|
#include <kglobal.h>
|
|
@ -35,7 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
// need to include utils.h before we use the ifdefs
|
// need to include utils.h before we use the ifdefs
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#include "plugins.h"
|
#include "decorations.h"
|
||||||
#include "kdecoration.h"
|
#include "kdecoration.h"
|
||||||
#include "kdecorationfactory.h"
|
#include "kdecorationfactory.h"
|
||||||
#include "sm.h"
|
#include "sm.h"
|
||||||
|
|
Loading…
Reference in a new issue