From 34da0c702e28c52477c27720de0d41918b65ee33 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 27 Sep 2020 11:57:34 +0900 Subject: Removed code formatting modelines. Signed-off-by: Michele Calgaro --- libkcddb/asynccddbplookup.cpp | 2 -- libkcddb/asynccddbplookup.h | 1 - libkcddb/asynchttplookup.cpp | 2 -- libkcddb/asynchttplookup.h | 2 -- libkcddb/asyncsmtpsubmit.h | 1 - libkcddb/cache.cpp | 2 -- libkcddb/cache.h | 1 - libkcddb/cddb.cpp | 2 -- libkcddb/cddb.h | 2 -- libkcddb/cddbplookup.cpp | 2 -- libkcddb/cddbplookup.h | 2 -- libkcddb/cdinfo.cpp | 2 -- libkcddb/cdinfo.h | 1 - libkcddb/client.cpp | 3 --- libkcddb/client.h | 1 - libkcddb/config.cpp | 2 -- libkcddb/config.h | 1 - libkcddb/httplookup.cpp | 2 -- libkcddb/httplookup.h | 2 -- libkcddb/kcmcddb/cddbconfigwidget.cpp | 3 --- libkcddb/kcmcddb/cddbconfigwidget.h | 1 - libkcddb/kcmcddb/kcmcddb.cpp | 4 ---- libkcddb/kcmcddb/kcmcddb.h | 1 - libkcddb/lookup.cpp | 2 -- libkcddb/lookup.h | 1 - libkcddb/sites.h | 2 -- libkcddb/submit.cpp | 2 -- libkcddb/submit.h | 1 - libkcddb/synccddbplookup.cpp | 2 -- libkcddb/synccddbplookup.h | 1 - libkcddb/synchttplookup.cpp | 2 -- libkcddb/synchttplookup.h | 2 -- libkcddb/syncsmtpsubmit.h | 1 - 33 files changed, 58 deletions(-) (limited to 'libkcddb') diff --git a/libkcddb/asynccddbplookup.cpp b/libkcddb/asynccddbplookup.cpp index 85c55519..e4642dbe 100644 --- a/libkcddb/asynccddbplookup.cpp +++ b/libkcddb/asynccddbplookup.cpp @@ -348,5 +348,3 @@ namespace KCDDB #include "asynccddbplookup.moc" - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/asynccddbplookup.h b/libkcddb/asynccddbplookup.h index a1e55893..d63f8d54 100644 --- a/libkcddb/asynccddbplookup.h +++ b/libkcddb/asynccddbplookup.h @@ -92,4 +92,3 @@ namespace KCDDB } #endif // KCDDB_ASYNC_CDDBP_LOOKUP_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/asynchttplookup.cpp b/libkcddb/asynchttplookup.cpp index 5bcf1f76..b6f26051 100644 --- a/libkcddb/asynchttplookup.cpp +++ b/libkcddb/asynchttplookup.cpp @@ -155,5 +155,3 @@ namespace KCDDB } #include "asynchttplookup.moc" - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/asynchttplookup.h b/libkcddb/asynchttplookup.h index 1baaafd5..9e3f212b 100644 --- a/libkcddb/asynchttplookup.h +++ b/libkcddb/asynchttplookup.h @@ -59,5 +59,3 @@ namespace KCDDB } #endif // KCDDB_ASYNC_HTTP_LOOKUP_H - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/asyncsmtpsubmit.h b/libkcddb/asyncsmtpsubmit.h index 17351497..fb96b401 100644 --- a/libkcddb/asyncsmtpsubmit.h +++ b/libkcddb/asyncsmtpsubmit.h @@ -44,4 +44,3 @@ namespace KCDDB } #endif // ASYNCSMTPSUBMIT_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cache.cpp b/libkcddb/cache.cpp index 127fc6ba..5e57b35a 100644 --- a/libkcddb/cache.cpp +++ b/libkcddb/cache.cpp @@ -127,5 +127,3 @@ namespace KCDDB } } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cache.h b/libkcddb/cache.h index 5ccf3775..7839ba33 100644 --- a/libkcddb/cache.h +++ b/libkcddb/cache.h @@ -54,4 +54,3 @@ namespace KCDDB } #endif // KCDDB_CACHE_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cddb.cpp b/libkcddb/cddb.cpp index 23b429ab..841d5215 100644 --- a/libkcddb/cddb.cpp +++ b/libkcddb/cddb.cpp @@ -223,5 +223,3 @@ namespace KCDDB } }*/ } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cddb.h b/libkcddb/cddb.h index 38daf164..1e397467 100644 --- a/libkcddb/cddb.h +++ b/libkcddb/cddb.h @@ -88,5 +88,3 @@ namespace KCDDB } #endif // KCDDB_CDDB_H - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cddbplookup.cpp b/libkcddb/cddbplookup.cpp index 839d2650..3eee3125 100644 --- a/libkcddb/cddbplookup.cpp +++ b/libkcddb/cddbplookup.cpp @@ -109,5 +109,3 @@ namespace KCDDB return socket_->writeBlock( buf.data(), buf.length() ); } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cddbplookup.h b/libkcddb/cddbplookup.h index 0d55407e..a4f4993f 100644 --- a/libkcddb/cddbplookup.h +++ b/libkcddb/cddbplookup.h @@ -52,5 +52,3 @@ namespace KCDDB } #endif - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cdinfo.cpp b/libkcddb/cdinfo.cpp index 43346b46..f41b2f2c 100644 --- a/libkcddb/cdinfo.cpp +++ b/libkcddb/cdinfo.cpp @@ -335,5 +335,3 @@ namespace KCDDB return TQVariant(); } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/cdinfo.h b/libkcddb/cdinfo.h index afa66adc..cafaab53 100644 --- a/libkcddb/cdinfo.h +++ b/libkcddb/cdinfo.h @@ -143,4 +143,3 @@ namespace KCDDB } #endif // KCDDB_CDINFO_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/client.cpp b/libkcddb/client.cpp index 9a06f04d..c1a0102a 100644 --- a/libkcddb/client.cpp +++ b/libkcddb/client.cpp @@ -310,6 +310,3 @@ namespace KCDDB } #include "client.moc" - - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/client.h b/libkcddb/client.h index 3488a960..5d513878 100644 --- a/libkcddb/client.h +++ b/libkcddb/client.h @@ -102,4 +102,3 @@ namespace KCDDB } #endif // KCDDB_CLIENT_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/config.cpp b/libkcddb/config.cpp index 41be28cb..2921c781 100644 --- a/libkcddb/config.cpp +++ b/libkcddb/config.cpp @@ -52,5 +52,3 @@ namespace KCDDB readConfig(); } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/config.h b/libkcddb/config.h index 56fc915b..adfd59f2 100644 --- a/libkcddb/config.h +++ b/libkcddb/config.h @@ -42,4 +42,3 @@ namespace KCDDB } #endif // KCDDB_CONFIG_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/httplookup.cpp b/libkcddb/httplookup.cpp index af785854..8804505c 100644 --- a/libkcddb/httplookup.cpp +++ b/libkcddb/httplookup.cpp @@ -182,5 +182,3 @@ namespace KCDDB } #include "httplookup.moc" - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/httplookup.h b/libkcddb/httplookup.h index d7499b49..e5ee54fe 100644 --- a/libkcddb/httplookup.h +++ b/libkcddb/httplookup.h @@ -79,5 +79,3 @@ namespace KCDDB } #endif - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/kcmcddb/cddbconfigwidget.cpp b/libkcddb/kcmcddb/cddbconfigwidget.cpp index 0de1f7ba..381a2867 100644 --- a/libkcddb/kcmcddb/cddbconfigwidget.cpp +++ b/libkcddb/kcmcddb/cddbconfigwidget.cpp @@ -102,7 +102,4 @@ void CDDBConfigWidget::needAuthenticationChanged(bool needsAuth) if (!needsAuth) kcfg_smtpUsername->clear(); } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 - #include "cddbconfigwidget.moc" diff --git a/libkcddb/kcmcddb/cddbconfigwidget.h b/libkcddb/kcmcddb/cddbconfigwidget.h index cf0d9e0d..459bdf6d 100644 --- a/libkcddb/kcmcddb/cddbconfigwidget.h +++ b/libkcddb/kcmcddb/cddbconfigwidget.h @@ -43,4 +43,3 @@ class CDDBConfigWidget : public CDDBConfigWidgetBase }; #endif // CDDB_CONFIG_WIDGET_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/kcmcddb/kcmcddb.cpp b/libkcddb/kcmcddb/kcmcddb.cpp index 62e043b4..c9fea30f 100644 --- a/libkcddb/kcmcddb/kcmcddb.cpp +++ b/libkcddb/kcmcddb/kcmcddb.cpp @@ -138,8 +138,4 @@ TQString CDDBModule::handbookSection() const else return TQString::null; } - - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 - #include "kcmcddb.moc" diff --git a/libkcddb/kcmcddb/kcmcddb.h b/libkcddb/kcmcddb/kcmcddb.h index 3f983d82..3600cc15 100644 --- a/libkcddb/kcmcddb/kcmcddb.h +++ b/libkcddb/kcmcddb/kcmcddb.h @@ -54,4 +54,3 @@ class CDDBModule : public TDECModule }; #endif // KCMCDDB_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/lookup.cpp b/libkcddb/lookup.cpp index e353ece9..c1a767fc 100644 --- a/libkcddb/lookup.cpp +++ b/libkcddb/lookup.cpp @@ -83,5 +83,3 @@ namespace KCDDB } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/lookup.h b/libkcddb/lookup.h index c11ad8e6..c253b6b4 100644 --- a/libkcddb/lookup.h +++ b/libkcddb/lookup.h @@ -62,4 +62,3 @@ namespace KCDDB } #endif // KCDDB_LOOKUP_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/sites.h b/libkcddb/sites.h index 060240c6..eaa3dacb 100644 --- a/libkcddb/sites.h +++ b/libkcddb/sites.h @@ -49,5 +49,3 @@ namespace KCDDB } #endif - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/submit.cpp b/libkcddb/submit.cpp index 26a70283..e92437df 100644 --- a/libkcddb/submit.cpp +++ b/libkcddb/submit.cpp @@ -97,5 +97,3 @@ namespace KCDDB return false; } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/submit.h b/libkcddb/submit.h index 60f43b43..f13ae265 100644 --- a/libkcddb/submit.h +++ b/libkcddb/submit.h @@ -62,4 +62,3 @@ namespace KCDDB } #endif // KCDDB_SUBMIT_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/synccddbplookup.cpp b/libkcddb/synccddbplookup.cpp index f215716b..02620a15 100644 --- a/libkcddb/synccddbplookup.cpp +++ b/libkcddb/synccddbplookup.cpp @@ -218,5 +218,3 @@ namespace KCDDB return TQString::fromUtf8(socket_->readLine()); } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/synccddbplookup.h b/libkcddb/synccddbplookup.h index 75395813..192f9073 100644 --- a/libkcddb/synccddbplookup.h +++ b/libkcddb/synccddbplookup.h @@ -48,4 +48,3 @@ namespace KCDDB } #endif // KCDDB_SYNC_CDDBP_LOOKUP_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/synchttplookup.cpp b/libkcddb/synchttplookup.cpp index 42c45aba..38a22110 100644 --- a/libkcddb/synchttplookup.cpp +++ b/libkcddb/synchttplookup.cpp @@ -127,5 +127,3 @@ namespace KCDDB return Success; } } - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/synchttplookup.h b/libkcddb/synchttplookup.h index 937a1aa9..2cb59f5a 100644 --- a/libkcddb/synchttplookup.h +++ b/libkcddb/synchttplookup.h @@ -46,5 +46,3 @@ namespace KCDDB } #endif // KCDDB_SYNC_HTTP_LOOKUP_H - -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 diff --git a/libkcddb/syncsmtpsubmit.h b/libkcddb/syncsmtpsubmit.h index a6fb23df..eafb5d1e 100644 --- a/libkcddb/syncsmtpsubmit.h +++ b/libkcddb/syncsmtpsubmit.h @@ -35,4 +35,3 @@ namespace KCDDB } #endif // SYNCSMTPSUBMIT_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 -- cgit v1.2.1