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:24:43 +0900 |
commit | 43199eec059bd5e2976017b06f84e45155e921b8 (patch) | |
tree | 2de8ed847f063b83c134a7cb3d7c20c3df0f24d3 | |
parent | 774ddfda57e6206905118d1dbe729b93db1dadd9 (diff) | |
download | dbus-tqt-43199eec059bd5e2976017b06f84e45155e921b8.tar.gz dbus-tqt-43199eec059bd5e2976017b06f84e45155e921b8.zip |
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 92356b6..d796d38 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> |