diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-25 17:35:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-25 17:35:42 +0900 |
commit | 774ddfda57e6206905118d1dbe729b93db1dadd9 (patch) | |
tree | bcd238b3212d73599246139eeff28bbe05c77c19 | |
parent | 24193421f7caf5861a3c529435cde53613168d08 (diff) | |
download | dbus-tqt-774ddfda57e6206905118d1dbe729b93db1dadd9.tar.gz dbus-tqt-774ddfda57e6206905118d1dbe729b93db1dadd9.zip |
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | connection.cpp | 1 | ||||
-rw-r--r-- | connection.h | 1 | ||||
-rw-r--r-- | integrator.cpp | 1 | ||||
-rw-r--r-- | integrator.h | 1 | ||||
-rw-r--r-- | server.cpp | 1 | ||||
-rw-r--r-- | server.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/connection.cpp b/connection.cpp index cc0e6ca..5c818f1 100644 --- a/connection.cpp +++ b/connection.cpp @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* connection.cpp: TQt wrapper for DBusConnection * * Copyright (C) 2003 Zack Rusin <zack@kde.org> diff --git a/connection.h b/connection.h index c7d2e35..0d9770f 100644 --- a/connection.h +++ b/connection.h @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* connection.h: TQt wrapper for DBusConnection * * Copyright (C) 2003 Zack Rusin <zack@kde.org> diff --git a/integrator.cpp b/integrator.cpp index 6e8528b..e49cf7e 100644 --- a/integrator.cpp +++ b/integrator.cpp @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* integrator.h: integrates D-BUS into TQt event loop * * Copyright (C) 2003 Zack Rusin <zack@kde.org> diff --git a/integrator.h b/integrator.h index 98ecbad..fe35094 100644 --- a/integrator.h +++ b/integrator.h @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* integrator.h: integrates D-BUS into TQt event loop * * Copyright (C) 2003 Zack Rusin <zack@kde.org> @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* server.h: TQt wrapper for DBusServer * * Copyright (C) 2003 Zack Rusin <zack@kde.org> @@ -1,4 +1,3 @@ -// -*- Mode: C++; c-basic-offset: 2; indent-tabs-mode: nil; -*- /* server.h: TQt wrapper for DBusServer * * Copyright (C) 2003 Zack Rusin <zack@kde.org> |