From 28ac0d602a3139831145eff6efb24707cc370c5d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 28 Sep 2020 10:23:19 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro (cherry picked from commit a4a781296ea58711db54aed4e0de956fca0139a7) --- ark/ar.h | 1 - ark/arkutils.h | 1 - ark/extractiondialog.cpp | 1 - ark/extractiondialog.h | 2 -- ark/filelistview.cpp | 1 - ark/filelistview.h | 1 - ark/main.cpp | 2 -- ark/tar.cpp | 1 - 8 files changed, 10 deletions(-) (limited to 'ark') diff --git a/ark/ar.h b/ark/ar.h index 281702d..896ea73 100644 --- a/ark/ar.h +++ b/ark/ar.h @@ -1,4 +1,3 @@ -// -*-C++-*- emacs magic for .h files /* $Id$ diff --git a/ark/arkutils.h b/ark/arkutils.h index c53791f..d0f4955 100644 --- a/ark/arkutils.h +++ b/ark/arkutils.h @@ -1,4 +1,3 @@ -// -*-C++-*- emacs magic for .h files /* $Id$ diff --git a/ark/extractiondialog.cpp b/ark/extractiondialog.cpp index f4b5196..d456744 100644 --- a/ark/extractiondialog.cpp +++ b/ark/extractiondialog.cpp @@ -192,4 +192,3 @@ void ExtractionDialog::extractDirChanged(const TQString &text ) } #include "extractiondialog.moc" -// kate: space-indent off; tab-width 4; diff --git a/ark/extractiondialog.h b/ark/extractiondialog.h index aae9e99..da2f6e9 100644 --- a/ark/extractiondialog.h +++ b/ark/extractiondialog.h @@ -94,5 +94,3 @@ class ExtractionDialog : public KDialogBase }; #endif // EXTRACTIONDIALOG_H -// kate: space-indent off; tab-width 4; - diff --git a/ark/filelistview.cpp b/ark/filelistview.cpp index c1e6f3f..47a4d6f 100644 --- a/ark/filelistview.cpp +++ b/ark/filelistview.cpp @@ -617,4 +617,3 @@ TQStringList FileListView::childrenOf( FileLVI* parent ) } #include "filelistview.moc" -// kate: space-indent off; tab-width 4; diff --git a/ark/filelistview.h b/ark/filelistview.h index 022ab86..d4f7438 100644 --- a/ark/filelistview.h +++ b/ark/filelistview.h @@ -171,4 +171,3 @@ class FileListView: public TDEListView }; #endif -// kate: space-indent off; tab-width 4; diff --git a/ark/main.cpp b/ark/main.cpp index 48589b6..c5e4f13 100644 --- a/ark/main.cpp +++ b/ark/main.cpp @@ -124,5 +124,3 @@ extern "C" KDE_EXPORT int kdemain( int argc, char *argv[] ) return ArkApplication::getInstance()->exec(); } - -// kate: space-indent off; tab-width 4; diff --git a/ark/tar.cpp b/ark/tar.cpp index cd8acee..90403ec 100644 --- a/ark/tar.cpp +++ b/ark/tar.cpp @@ -816,4 +816,3 @@ void TarArch::test() } #include "tar.moc" -// kate: space-indent on; -- cgit v1.2.1