diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 12:24:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 12:25:11 +0900 |
commit | bb99455d342e1081e9b64084368dd1d5515e9caf (patch) | |
tree | b32f27f553a6d3b035530826cc58dcff2e3bfba1 | |
parent | 76d48de5e34ffd1742f33b269cc2b6088a1be895 (diff) | |
download | dbus-tqt-bb99455d342e1081e9b64084368dd1d5515e9caf.tar.gz dbus-tqt-bb99455d342e1081e9b64084368dd1d5515e9caf.zip |
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 43199eec059bd5e2976017b06f84e45155e921b8)
-rw-r--r-- | dbus-qt.h | 1 | ||||
-rw-r--r-- | dbus-qthread.cpp | 1 | ||||
-rw-r--r-- | message.cpp | 1 | ||||
-rw-r--r-- | message.h | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -1,4 +1,3 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ /* * dbus-qt.h TQt integration * diff --git a/dbus-qthread.cpp b/dbus-qthread.cpp index ba46bd1..d7095f2 100644 --- a/dbus-qthread.cpp +++ b/dbus-qthread.cpp @@ -1,4 +1,3 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ /* dbus-qthread.cpp TQt threads integration * * Copyright (C) 2002 Zack Rusin <zack@kde.org> diff --git a/message.cpp b/message.cpp index 9f94955..ea50158 100644 --- a/message.cpp +++ b/message.cpp @@ -1,4 +1,3 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- */ /* message.cpp: TQt wrapper for DBusMessage * * Copyright (C) 2003 Zack Rusin <zack@kde.org> @@ -1,4 +1,3 @@ -/* -*- mode: C++; c-file-style: "gnu" -*- */ /* message.h: TQt wrapper for DBusMessage * * Copyright (C) 2003 Zack Rusin <zack@kde.org> |