diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:15:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 00:16:27 +0900 |
commit | 5b32da3ab3e78e2138b8605d0583f490c1099b33 (patch) | |
tree | 51cedec97909322e2f6dbdb9409bb3caba544bb1 /kimgio | |
parent | 12e6a9fa4797c513bbc2d6c1372ff1086639ae08 (diff) | |
download | tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.tar.gz tdelibs-5b32da3ab3e78e2138b8605d0583f490c1099b33.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
Diffstat (limited to 'kimgio')
-rw-r--r-- | kimgio/Mainpage.dox | 1 | ||||
-rw-r--r-- | kimgio/exr.cpp | 2 | ||||
-rw-r--r-- | kimgio/gimp.h | 2 | ||||
-rw-r--r-- | kimgio/pcx.cpp | 4 | ||||
-rw-r--r-- | kimgio/pcx.h | 3 |
5 files changed, 1 insertions, 11 deletions
diff --git a/kimgio/Mainpage.dox b/kimgio/Mainpage.dox index d63f10e9b..78e2cdddd 100644 --- a/kimgio/Mainpage.dox +++ b/kimgio/Mainpage.dox @@ -26,4 +26,3 @@ Michael Ritzert \<kde@ritzert.de> */ // DOXYGEN_SET_PROJECT_NAME = KImgIO -// vim:ts=4:sw=4:expandtab:filetype=doxygen diff --git a/kimgio/exr.cpp b/kimgio/exr.cpp index 563c151a2..5332140fa 100644 --- a/kimgio/exr.cpp +++ b/kimgio/exr.cpp @@ -1,5 +1,3 @@ -// -*- C++;indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- - /** * KImageIO Routines to read (and perhaps in the future, write) images * in the high dynamic range EXR format. diff --git a/kimgio/gimp.h b/kimgio/gimp.h index 7da1a45f8..ac7685f8d 100644 --- a/kimgio/gimp.h +++ b/kimgio/gimp.h @@ -1,6 +1,6 @@ #ifndef GIMP_H #define GIMP_H -/* -*- c++ -*- +/* * gimp.h: Header for a Qt 3 plug-in for reading GIMP XCF image files * Copyright (C) 2001 lignum Computing, Inc. <allen@lignumcomputing.com> * Copyright (C) 2004 Melchior FRANZ <mfranz@kde.org> diff --git a/kimgio/pcx.cpp b/kimgio/pcx.cpp index 53ef4fe2c..7a5c843fa 100644 --- a/kimgio/pcx.cpp +++ b/kimgio/pcx.cpp @@ -528,7 +528,3 @@ KDE_EXPORT void kimgio_pcx_write( TQImageIO *io ) io->setStatus( 0 ); } - -/* vim: et sw=2 ts=2 -*/ - diff --git a/kimgio/pcx.h b/kimgio/pcx.h index c312979b0..3bf111773 100644 --- a/kimgio/pcx.h +++ b/kimgio/pcx.h @@ -101,6 +101,3 @@ class PCXHEADER } KDE_PACKED; #endif // PCX_H - -/* vim: et sw=2 ts=2 -*/ |