summaryrefslogtreecommitdiffstats
path: root/kimgio
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-27 00:15:40 +0900
commited8e30bc6dd18716b42087183e57a481d6ec5fa4 (patch)
tree6c8bf650267a48f922fab63117812f1389ce31e9 /kimgio
parent290dd240b89a39b9e0978a08d63298fd7bccc600 (diff)
downloadtdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.tar.gz
tdelibs-ed8e30bc6dd18716b42087183e57a481d6ec5fa4.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kimgio')
-rw-r--r--kimgio/Mainpage.dox1
-rw-r--r--kimgio/exr.cpp2
-rw-r--r--kimgio/gimp.h2
-rw-r--r--kimgio/pcx.cpp4
-rw-r--r--kimgio/pcx.h3
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
-*/