summaryrefslogtreecommitdiffstats
path: root/konversation
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 11:07:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-29 11:07:39 +0900
commit31eb14cb1a4ba3d093d24a5c7695b7dc1099bd4f (patch)
tree81fc24d4ce8f382fa1a8aba1fc736800c36deb6c /konversation
parentcba38633f025e34009e50eb1879b85152babf9a9 (diff)
downloadkonversation-31eb14cb1a4ba3d093d24a5c7695b7dc1099bd4f.tar.gz
konversation-31eb14cb1a4ba3d093d24a5c7695b7dc1099bd4f.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konversation')
-rw-r--r--konversation/src/channel.cpp3
-rw-r--r--konversation/src/inputfilter.cpp3
-rw-r--r--konversation/src/ircview.cpp5
-rw-r--r--konversation/src/konversationapplication.cpp3
-rw-r--r--konversation/src/konversationapplication.h3
-rw-r--r--konversation/src/linkaddressbook/Makefile.am2
-rw-r--r--konversation/src/linkaddressbook/kimiface.h9
-rw-r--r--konversation/src/linkaddressbook/linkaddressbookui.cpp2
-rw-r--r--konversation/src/linkaddressbook/linkaddressbookui.h2
-rw-r--r--konversation/src/nicksonline.cpp5
-rw-r--r--konversation/src/outputfilter.cpp3
-rw-r--r--konversation/src/server.cpp5
12 files changed, 0 insertions, 45 deletions
diff --git a/konversation/src/channel.cpp b/konversation/src/channel.cpp
index 3fa2c3e..c6ea53c 100644
--- a/konversation/src/channel.cpp
+++ b/konversation/src/channel.cpp
@@ -2955,6 +2955,3 @@ bool NickList::containsNick(const TQString& nickname)
}
#include "channel.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/inputfilter.cpp b/konversation/src/inputfilter.cpp
index 91cff9e..e272223 100644
--- a/konversation/src/inputfilter.cpp
+++ b/konversation/src/inputfilter.cpp
@@ -1980,6 +1980,3 @@ void InputFilter::parsePrivMsg(const TQString& prefix,
}
#include "inputfilter.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp
index a504626..6f86aff 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -1,5 +1,3 @@
-// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*-
-
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -1786,6 +1784,3 @@ void IRCView::saveLinkAs(const TQString& url)
}
#include "ircview.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/konversationapplication.cpp b/konversation/src/konversationapplication.cpp
index befecf7..d364f0d 100644
--- a/konversation/src/konversationapplication.cpp
+++ b/konversation/src/konversationapplication.cpp
@@ -883,6 +883,3 @@ TQString KonversationApplication::doAutoreplace(const TQString& text,bool output
}
#include "konversationapplication.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/konversationapplication.h b/konversation/src/konversationapplication.h
index acdd557..ca7ca49 100644
--- a/konversation/src/konversationapplication.h
+++ b/konversation/src/konversationapplication.h
@@ -165,6 +165,3 @@ class KonversationApplication : public KUniqueApplication
};
#endif
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/linkaddressbook/Makefile.am b/konversation/src/linkaddressbook/Makefile.am
index 266c2c6..269c86d 100644
--- a/konversation/src/linkaddressbook/Makefile.am
+++ b/konversation/src/linkaddressbook/Makefile.am
@@ -9,5 +9,3 @@ noinst_HEADERS = linkaddressbookui.h kimiface.h
liblinkaddressbookui_la_SOURCES = linkaddressbookui_base.ui linkaddressbookui.cpp addressbook_base.cpp addressbook.cpp nicklisttooltip.cpp nicksonlinetooltip.cpp kimiface.skel addresseeitem.cpp
kimiface_DIR = $(kde_includes)
liblinkaddressbookui_la_LDFLAGS = $(all_libraries) -no-undefined
-
-# vim: set noet:
diff --git a/konversation/src/linkaddressbook/kimiface.h b/konversation/src/linkaddressbook/kimiface.h
index 257bb42..514a9d5 100644
--- a/konversation/src/linkaddressbook/kimiface.h
+++ b/konversation/src/linkaddressbook/kimiface.h
@@ -180,12 +180,3 @@ class KIMIface : virtual public DCOPObject
void contactPresenceChanged( TQString uid, TQCString appId, int presence );
};
#endif
-
-/*
- * Local variables:
- * c-indentation-style: k&r
- * c-basic-offset: 8
- * indent-tabs-mode: t
- * End:
- */
-// vim: set noet ts=4 sts=4 sw=4:
diff --git a/konversation/src/linkaddressbook/linkaddressbookui.cpp b/konversation/src/linkaddressbook/linkaddressbookui.cpp
index 709367e..7244b9a 100644
--- a/konversation/src/linkaddressbook/linkaddressbookui.cpp
+++ b/konversation/src/linkaddressbook/linkaddressbookui.cpp
@@ -187,5 +187,3 @@ void LinkAddressbookUI::slotCancel()
}
#include "linkaddressbookui.moc"
-
-// vim: set noet ts=4 sts=4 sw=4:
diff --git a/konversation/src/linkaddressbook/linkaddressbookui.h b/konversation/src/linkaddressbook/linkaddressbookui.h
index 6e3f8b3..bd2c60f 100644
--- a/konversation/src/linkaddressbook/linkaddressbookui.h
+++ b/konversation/src/linkaddressbook/linkaddressbookui.h
@@ -65,5 +65,3 @@ class LinkAddressbookUI : public KDialogBase
};
#endif
-
-// vim: set noet ts=4 sts=4 sw=4:
diff --git a/konversation/src/nicksonline.cpp b/konversation/src/nicksonline.cpp
index a4ca415..a92497b 100644
--- a/konversation/src/nicksonline.cpp
+++ b/konversation/src/nicksonline.cpp
@@ -1,5 +1,3 @@
-// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*-
-
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -970,6 +968,3 @@ void NicksOnline::refreshItem(TQListViewItem* item)
void NicksOnline::childAdjustFocus() {}
#include "nicksonline.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/outputfilter.cpp b/konversation/src/outputfilter.cpp
index 080e0d2..079a8f1 100644
--- a/konversation/src/outputfilter.cpp
+++ b/konversation/src/outputfilter.cpp
@@ -1785,6 +1785,3 @@ namespace Konversation
}
}
#include "outputfilter.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1:
diff --git a/konversation/src/server.cpp b/konversation/src/server.cpp
index 55712e2..a3c776a 100644
--- a/konversation/src/server.cpp
+++ b/konversation/src/server.cpp
@@ -1,5 +1,3 @@
-// -*- mode: c++; c-file-style: "bsd"; c-basic-offset: 4; tabs-width: 4; indent-tabs-mode: nil -*-
-
/*
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -3342,6 +3340,3 @@ void Server::updateEncoding()
}
#include "server.moc"
-
-// kate: space-indent on; tab-width 4; indent-width 4; mixed-indent off; replace-tabs on;
-// vim: set et sw=4 ts=4 cino=l1,cs,U1: