diff options
author | Michele Calgaro <[email protected]> | 2022-10-22 17:45:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-10-22 17:45:04 +0900 |
commit | b6813e03456a01458837bea3f00793a018c92f7d (patch) | |
tree | 799b0202ae8d43e44a90eeec6cd685195589e227 | |
parent | 5db9f4747654a55cf5a35a0c77d99e3c7ede73e5 (diff) | |
download | twin-style-suse2-b6813e03456a01458837bea3f00793a018c92f7d.tar.gz twin-style-suse2-b6813e03456a01458837bea3f00793a018c92f7d.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/SUSE2.cpp | 2 | ||||
-rw-r--r-- | src/SUSE2.h | 2 | ||||
-rw-r--r-- | src/SUSE2button.cpp | 2 | ||||
-rw-r--r-- | src/SUSE2button.h | 2 | ||||
-rw-r--r-- | src/SUSE2client.cpp | 3 | ||||
-rw-r--r-- | src/config/config.cpp | 2 |
6 files changed, 0 insertions, 13 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp index e874790..2e911a7 100644 --- a/src/SUSE2.cpp +++ b/src/SUSE2.cpp @@ -330,5 +330,3 @@ extern "C" return KWinSUSE2::handler; } } - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2.h b/src/SUSE2.h index b249455..bd1d658 100644 --- a/src/SUSE2.h +++ b/src/SUSE2.h @@ -142,5 +142,3 @@ SUSE2Handler* Handler(); } // KWinSUSE2 #endif - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2button.cpp b/src/SUSE2button.cpp index 0bbeaad..9f68f03 100644 --- a/src/SUSE2button.cpp +++ b/src/SUSE2button.cpp @@ -979,5 +979,3 @@ void IconEngine::drawObject(TQPainter &p, Object object, int x, int y, int lengt } } // KWinSUSE2 - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2button.h b/src/SUSE2button.h index df83533..765d147 100644 --- a/src/SUSE2button.h +++ b/src/SUSE2button.h @@ -105,5 +105,3 @@ class IconEngine } // namespace KWinSUSE2 #endif - -// kate: space-indent on; indent-width 4; replace-tabs on; diff --git a/src/SUSE2client.cpp b/src/SUSE2client.cpp index da91319..fe75131 100644 --- a/src/SUSE2client.cpp +++ b/src/SUSE2client.cpp @@ -763,6 +763,3 @@ void SUSE2Client::update_captionBuffer() } } // KWinSUSE2 - -// kate: space-indent on; indent-width 4; replace-tabs on; - diff --git a/src/config/config.cpp b/src/config/config.cpp index 0853828..edbacde 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -280,5 +280,3 @@ extern "C" } #include "config.moc" - -// kate: space-indent on; indent-width 4; replace-tabs on; |