Removed code formatting modelines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 4 years ago
parent 50d3c35d81
commit 045c60664e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -217,15 +217,3 @@ consistent documentation style across all KDE apps. -->
&documentation.index; &documentation.index;
</book> </book>
<!--
Local Variables:
mode: xml
sgml-minimize-attributes:nil
sgml-general-insert-case:lower
sgml-indent-step:0
sgml-indent-data:nil
End:
vim:tabstop=2:shiftwidth=2:expandtab
kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
-->

@ -207,5 +207,3 @@ void ConverterTest::testDateFormat()
CPPUNIT_FAIL(e->what()); CPPUNIT_FAIL(e->what());
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1355,4 +1355,3 @@ void MyMoneyStatementReader::signalProgress(int current, int total, const TQStri
#include "mymoneystatementreader.moc" #include "mymoneystatementreader.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1044,7 +1044,4 @@ void convertertest::QuoteReceiver::slotError(const TQString& msg)
m_errors += msg; m_errors += msg;
} }
// vim:cin:si:ai:et:ts=2:sw=2:
#include "webpricequote.moc" #include "webpricequote.moc"

@ -252,5 +252,3 @@ public:
#endif // WEBPRICEQUOTE_H #endif // WEBPRICEQUOTE_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -585,4 +585,3 @@ void KEquityPriceUpdateDlg::finishUpdate(void)
#undef SOURCE_COL #undef SOURCE_COL
#include "kequitypriceupdatedlg.moc" #include "kequitypriceupdatedlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -79,4 +79,3 @@ private:
}; };
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -835,9 +835,4 @@ void KFindTransactionDlg::slotSortOptions(void)
} }
delete dlg; delete dlg;
} }
// vim:cin:si:ai:et:ts=2:sw=2:
#include "kfindtransactiondlg.moc" #include "kfindtransactiondlg.moc"

@ -145,5 +145,3 @@ void KGpgKeySelectionDlg::slotIdChanged(void)
#include "kgpgkeyselectiondlg.moc" #include "kgpgkeyselectiondlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -225,4 +225,3 @@ void KImportDlg::addCategories(TQStringList& strList, const TQString& id, const
#include "kimportdlg.moc" #include "kimportdlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -52,4 +52,3 @@ void KMergeTransactionsDlg::slotHelp(void)
} }
#include "kmergetransactionsdlg.moc" #include "kmergetransactionsdlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -50,4 +50,3 @@ public slots:
}; };
#endif // KMERGETRANSACTIONSDLG_H #endif // KMERGETRANSACTIONSDLG_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1206,4 +1206,3 @@ void KNewAccountDlg::addTab(TQWidget* w, const TQString& name)
#include "knewaccountdlg.moc" #include "knewaccountdlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -175,4 +175,3 @@ bool TDESelectTransactionsDlg::eventFilter(TQObject* o, TQEvent* e)
} }
#include "tdeselecttransactionsdlg.moc" #include "tdeselecttransactionsdlg.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -71,4 +71,3 @@ private:
}; };
#endif // KMERGETRANSACTIONSDLG_H #endif // KMERGETRANSACTIONSDLG_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -6205,5 +6205,3 @@ void KMyMoney2App::Private::unlinkStatementXML(void)
} }
#include "kmymoney2.moc" #include "kmymoney2.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -312,4 +312,3 @@ void timetrace(const char *txt)
timer.restart(); timer.restart();
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -350,5 +350,3 @@ void MyMoneyBudget::setBudgetStart(const TQDate& _start)
} }
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -266,4 +266,3 @@ private:
}; };
#endif // MYMONEYBudget_H #endif // MYMONEYBudget_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -216,5 +216,3 @@ void MyMoneyPayee::setMatchData(payeeMatchType type, bool ignorecase, const TQSt
{ {
setMatchData(type, ignorecase, TQStringList::split(";", keys)); setMatchData(type, ignorecase, TQStringList::split(";", keys));
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -203,4 +203,3 @@ public:
inline bool operator==(const MyMoneyPayee& lhs, const TQString& rhs) { return lhs.id() == rhs; } inline bool operator==(const MyMoneyPayee& lhs, const TQString& rhs) { return lhs.id() == rhs; }
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -783,5 +783,3 @@ bool MyMoneyReport::hasReferenceTo ( const TQString& id ) const
return ( list.contains ( id ) > 0 ); return ( list.contains ( id ) > 0 );
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -268,5 +268,3 @@ MyMoneyTransaction MyMoneySplit::matchedTransaction(void) const
} }
return MyMoneyTransaction(); return MyMoneyTransaction();
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -296,4 +296,3 @@ bool MyMoneyStatement::readXMLFile( MyMoneyStatement& _s, const TQString& _filen
return result; return result;
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -142,4 +142,3 @@ public:
}; };
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -855,6 +855,3 @@ void MyMoneyTransactionFilter::removeReference(const TQString& id)
m_payees.remove(id); m_payees.remove(id);
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1940,5 +1940,3 @@ void MyMoneySeqAccessMgr::removeReferences(const TQString& id)
#undef TRY #undef TRY
#undef CATCH #undef CATCH
#undef PASS #undef PASS
// vim:cin:si:ai:et:ts=2:sw=2:

@ -289,6 +289,3 @@ void MyMoneyStorageANON::writeBudget(TQDomElement& budgets, const MyMoneyBudget&
MyMoneyStorageXML::writeBudget(budgets, bn); MyMoneyStorageXML::writeBudget(budgets, bn);
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -441,5 +441,3 @@ KOnlineBankingSetupWizard::ListViewItem::ListViewItem( TQListView* parent, const
void KOnlineBankingSetupWizard::ListViewItem::x(void) {} void KOnlineBankingSetupWizard::ListViewItem::x(void) {}
#include "konlinebankingsetupwizard.moc" #include "konlinebankingsetupwizard.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -104,4 +104,3 @@ private:
}; };
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -56,4 +56,3 @@ private:
}; };
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -685,4 +685,3 @@ bool OfxImporterPlugin::storeStatements(TQValueList<MyMoneyStatement>& statement
} }
#include "ofximporterplugin.moc" #include "ofximporterplugin.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -427,5 +427,3 @@ void OfxHttpRequest::slotOfxFinished(int, bool rc)
} }
#include "ofxpartner.moc" #include "ofxpartner.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -365,4 +365,3 @@ MyMoneyMoney ObjectInfoTable::investmentBalance(const MyMoneyAccount& acc)
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -158,4 +158,3 @@ PivotGridRowSet PivotGrid::rowSet(TQString id)
} }
} // namespace } // namespace
// vim:cin:si:ai:et:ts=2:sw=2:

@ -148,4 +148,3 @@ namespace reports {
#endif #endif
// PIVOTGRID_H // PIVOTGRID_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -194,5 +194,3 @@ void PivotGridTest::testCellRunningSum(void)
CPPUNIT_ASSERT(a.m_stockSplit == MyMoneyMoney(1,1)); CPPUNIT_ASSERT(a.m_stockSplit == MyMoneyMoney(1,1));
CPPUNIT_ASSERT(a.m_postSplit == MyMoneyMoney(0,1)); CPPUNIT_ASSERT(a.m_postSplit == MyMoneyMoney(0,1));
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -2616,4 +2616,3 @@ void PivotTable::includeInvestmentSubAccounts()
} }
} // namespace } // namespace
// vim:cin:si:ai:et:ts=2:sw=2:

@ -353,4 +353,3 @@ protected:
} }
#endif #endif
// PIVOTTABLE_H // PIVOTTABLE_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1017,5 +1017,3 @@ void PivotTableTest::testBudget(void)
PivotTable table(report); PivotTable table(report);
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1519,4 +1519,3 @@ void QueryTable::constructSplitsTable(void)
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -690,5 +690,3 @@ void QueryTableTest::testTaxReport()
delete e; delete e;
} }
} }
// vim:cin:si:ai:et:ts=2:sw=2:

@ -490,5 +490,3 @@ MyMoneyMoney searchHTML(const TQString& _html, const TQString& _search)
} }
} // end namespace test } // end namespace test
// vim:cin:si:ai:et:ts=2:sw=2:

@ -129,5 +129,3 @@ extern MyMoneyMoney searchHTML(const TQString& _html, const TQString& _search);
} // end namespace test } // end namespace test
#endif // REPORTSTESTCOMMON_H #endif // REPORTSTESTCOMMON_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -51,4 +51,3 @@ public:
} }
#endif #endif
// REPORTTABLE_H // REPORTTABLE_H
// vim:cin:si:ai:et:ts=2:sw=2:

@ -402,4 +402,3 @@ private:
}; };
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1105,4 +1105,3 @@ void KPayeesView::slotHelp(void)
} }
#include "kpayeesview.moc" #include "kpayeesview.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1507,4 +1507,3 @@ void KReportsView::defaultReports(TQValueList<ReportGroup>& groups)
#undef VIEW_REPORTS #undef VIEW_REPORTS
#include "kreportsview.moc" #include "kreportsview.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -144,4 +144,3 @@ MyMoneyMoney KMyMoneyAccountTreeItem::balance() const
#include "kmymoneyaccounttree.moc" #include "kmymoneyaccounttree.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -822,4 +822,3 @@ void KMyMoneyAccountTreeBaseItem::setText( int column, const TQString &text, con
#include "kmymoneyaccounttreebase.moc" #include "kmymoneyaccounttreebase.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -2434,5 +2434,3 @@ void Register::removeUnwantedGroupMarkers(void)
#include "register.moc" #include "register.moc"
// vim:cin:si:ai:et:ts=2:sw=2:

@ -603,4 +603,3 @@ private:
} // namespace } // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -223,4 +223,3 @@ private:
} // namespace } // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -82,5 +82,3 @@ private:
}; // namespace }; // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -126,5 +126,3 @@ class InvestTransactionDownloaded : public InvestTransaction
}; // namespace }; // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -99,5 +99,3 @@ private:
}; // namespace }; // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -416,5 +416,3 @@ private:
}; // namespace }; // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -222,4 +222,3 @@ protected:
} // namespace } // namespace
#endif #endif
// vim:cin:si:ai:et:ts=2:sw=2:

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KD Tools - a set of useful widgets for TQt KD Tools - a set of useful widgets for TQt
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

@ -1,4 +1,4 @@
/* -*- Mode: C++ -*- /*
KDChart - a multi-platform charting engine KDChart - a multi-platform charting engine
*/ */

Loading…
Cancel
Save