diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 10:54:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-28 10:54:45 +0900 |
commit | c1136256870320723ad42e04e2559ae384b8fe91 (patch) | |
tree | 45deeff0849cf35588b66b8af5950977ab56e733 /src | |
parent | b2f4f7cb600639e1e5cd42d9b725440c82ac5ccf (diff) | |
download | tdevelop-c1136256870320723ad42e04e2559ae384b8fe91.tar.gz tdevelop-c1136256870320723ad42e04e2559ae384b8fe91.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainwindowshare.cpp | 1 | ||||
-rw-r--r-- | src/multibuffer.cpp | 2 | ||||
-rw-r--r-- | src/multibuffer.h | 2 | ||||
-rw-r--r-- | src/newui/dmainwindow.cpp | 2 | ||||
-rw-r--r-- | src/pluginselectdialog.cpp | 2 | ||||
-rw-r--r-- | src/pluginselectdialog.h | 2 | ||||
-rw-r--r-- | src/simplemainwindow.cpp | 2 | ||||
-rw-r--r-- | src/simplemainwindow.h | 3 | ||||
-rw-r--r-- | src/tdeconf_update/Makefile.am | 3 | ||||
-rw-r--r-- | src/tdeconf_update/kdev-gen-settings-tdeconf_update.cpp | 3 |
10 files changed, 0 insertions, 22 deletions
diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp index 619b3ab3..c0c63e2e 100644 --- a/src/mainwindowshare.cpp +++ b/src/mainwindowshare.cpp @@ -448,4 +448,3 @@ void MainWindowShare::slotActivePartChanged( KParts::Part * part ) } #include "mainwindowshare.moc" -//kate: space-indent on; indent-width 4; diff --git a/src/multibuffer.cpp b/src/multibuffer.cpp index 05a4d26f..33110d01 100644 --- a/src/multibuffer.cpp +++ b/src/multibuffer.cpp @@ -299,5 +299,3 @@ void MultiBuffer::updateUrlForPart(KParts::Part *part, KURL url) } #include "multibuffer.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/src/multibuffer.h b/src/multibuffer.h index c60e779e..b0a024f1 100644 --- a/src/multibuffer.h +++ b/src/multibuffer.h @@ -86,5 +86,3 @@ private: }; #endif - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/src/newui/dmainwindow.cpp b/src/newui/dmainwindow.cpp index 3517ab6c..d42c0d5f 100644 --- a/src/newui/dmainwindow.cpp +++ b/src/newui/dmainwindow.cpp @@ -305,5 +305,3 @@ void DMainWindow::widgetDestroyed() } #include "dmainwindow.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/src/pluginselectdialog.cpp b/src/pluginselectdialog.cpp index 2f896b51..a626a0dd 100644 --- a/src/pluginselectdialog.cpp +++ b/src/pluginselectdialog.cpp @@ -177,5 +177,3 @@ TQStringList PluginSelectDialog::unselectedPluginNames( ) #include "pluginselectdialog.moc" - -// kate: space-indent off; indent-width 4; tab-width 4; show-tabs off; diff --git a/src/pluginselectdialog.h b/src/pluginselectdialog.h index d27f2940..aa85937c 100644 --- a/src/pluginselectdialog.h +++ b/src/pluginselectdialog.h @@ -39,5 +39,3 @@ protected slots: }; #endif - -// kate: space-indent off; indent-width 4; tab-width 4; show-tabs off; diff --git a/src/simplemainwindow.cpp b/src/simplemainwindow.cpp index 1108a299..6d74fb5d 100644 --- a/src/simplemainwindow.cpp +++ b/src/simplemainwindow.cpp @@ -1023,5 +1023,3 @@ void SimpleMainWindow::slotProgrammingHandbook() } #include "simplemainwindow.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h index cc7d86f4..ede22520 100644 --- a/src/simplemainwindow.h +++ b/src/simplemainwindow.h @@ -136,7 +136,4 @@ private: KURL::List m_splitURLs; }; - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - #endif diff --git a/src/tdeconf_update/Makefile.am b/src/tdeconf_update/Makefile.am index 32327d8d..f1854c84 100644 --- a/src/tdeconf_update/Makefile.am +++ b/src/tdeconf_update/Makefile.am @@ -13,6 +13,3 @@ tdeconfdir = $(libdir)/tdeconf_update_bin kdev_gen_settings_tdeconf_update_SOURCES = kdev-gen-settings-tdeconf_update.cpp kdev_gen_settings_tdeconf_update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kdev_gen_settings_tdeconf_update_LDADD = $(LIB_TQT) - -# vim: set noet: - diff --git a/src/tdeconf_update/kdev-gen-settings-tdeconf_update.cpp b/src/tdeconf_update/kdev-gen-settings-tdeconf_update.cpp index 63e4a834..b920e7ab 100644 --- a/src/tdeconf_update/kdev-gen-settings-tdeconf_update.cpp +++ b/src/tdeconf_update/kdev-gen-settings-tdeconf_update.cpp @@ -108,6 +108,3 @@ int main() return 0; } - -// vim: set noet ts=4 sts=4 sw=4: - |