diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 10:23:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 10:24:59 +0900 |
commit | 28ac0d602a3139831145eff6efb24707cc370c5d (patch) | |
tree | 5cb4498208dc5fe350857f9e087c4e2b49f6ae84 /ark | |
parent | 5fe950e48ddc351d0dcfb682dad6d8b419bee63f (diff) | |
download | tdeutils-28ac0d602a3139831145eff6efb24707cc370c5d.tar.gz tdeutils-28ac0d602a3139831145eff6efb24707cc370c5d.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a4a781296ea58711db54aed4e0de956fca0139a7)
Diffstat (limited to 'ark')
-rw-r--r-- | ark/ar.h | 1 | ||||
-rw-r--r-- | ark/arkutils.h | 1 | ||||
-rw-r--r-- | ark/extractiondialog.cpp | 1 | ||||
-rw-r--r-- | ark/extractiondialog.h | 2 | ||||
-rw-r--r-- | ark/filelistview.cpp | 1 | ||||
-rw-r--r-- | ark/filelistview.h | 1 | ||||
-rw-r--r-- | ark/main.cpp | 2 | ||||
-rw-r--r-- | ark/tar.cpp | 1 |
8 files changed, 0 insertions, 10 deletions
@@ -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; |