summaryrefslogtreecommitdiffstats
path: root/buildtools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 10:54:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-28 10:54:45 +0900
commitc1136256870320723ad42e04e2559ae384b8fe91 (patch)
tree45deeff0849cf35588b66b8af5950977ab56e733 /buildtools
parentb2f4f7cb600639e1e5cd42d9b725440c82ac5ccf (diff)
downloadtdevelop-c1136256870320723ad42e04e2559ae384b8fe91.tar.gz
tdevelop-c1136256870320723ad42e04e2559ae384b8fe91.zip
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/autotools/addapplicationdlg.h2
-rw-r--r--buildtools/autotools/addexistingdirectoriesdlg.cpp2
-rw-r--r--buildtools/autotools/addexistingdirectoriesdlg.h2
-rw-r--r--buildtools/autotools/addexistingfilesdlg.h1
-rw-r--r--buildtools/autotools/autodetailsview.cpp2
-rw-r--r--buildtools/autotools/autodetailsview.h1
-rw-r--r--buildtools/autotools/autolistviewitems.h2
-rw-r--r--buildtools/autotools/autoprojectpart.cpp2
-rw-r--r--buildtools/autotools/autoprojectpart.h1
-rw-r--r--buildtools/autotools/autoprojectwidget.cpp2
-rw-r--r--buildtools/autotools/autoprojectwidget.h1
-rw-r--r--buildtools/autotools/autosubprojectview.cpp2
-rw-r--r--buildtools/autotools/autosubprojectview.h2
-rw-r--r--buildtools/autotools/autotoolsaction.cpp4
-rw-r--r--buildtools/autotools/autotoolsaction.h2
-rw-r--r--buildtools/autotools/choosetargetdialog.cpp1
-rw-r--r--buildtools/autotools/choosetargetdialog.h1
-rw-r--r--buildtools/autotools/configureoptionswidget.h1
-rw-r--r--buildtools/autotools/fileselectorwidget.h2
-rw-r--r--buildtools/autotools/kimporticonview.h2
-rw-r--r--buildtools/autotools/makefilehandler.cpp1
-rw-r--r--buildtools/autotools/makefilehandler.h3
-rw-r--r--buildtools/autotools/managecustomcommand.h1
-rw-r--r--buildtools/autotools/misc.cpp2
-rw-r--r--buildtools/autotools/misc.h2
-rw-r--r--buildtools/autotools/removefiledlg.h1
-rw-r--r--buildtools/autotools/removetargetdlg.h1
-rw-r--r--buildtools/autotools/subprojectoptionsdlg.h2
-rw-r--r--buildtools/autotools/targetoptionsdlg.cpp1
-rw-r--r--buildtools/autotools/targetoptionsdlg.h2
-rw-r--r--buildtools/autotools/tdefilednddetailview.h1
-rw-r--r--buildtools/autotools/tdefiledndiconview.h2
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.cpp2
-rw-r--r--buildtools/custommakefiles/custombuildoptionswidget.h2
-rw-r--r--buildtools/custommakefiles/custommanagerwidget.cpp2
-rw-r--r--buildtools/custommakefiles/custommanagerwidget.h2
-rw-r--r--buildtools/custommakefiles/customotherconfigwidget.cpp2
-rw-r--r--buildtools/custommakefiles/customotherconfigwidget.h3
-rw-r--r--buildtools/custommakefiles/customprojectpart.h1
-rw-r--r--buildtools/custommakefiles/selectnewfilesdialog.cpp2
-rw-r--r--buildtools/custommakefiles/selectnewfilesdialog.h2
-rw-r--r--buildtools/lib/parsers/autotools/autotoolsast.cpp2
-rw-r--r--buildtools/lib/parsers/autotools/autotoolsast.h2
-rw-r--r--buildtools/lib/parsers/autotools/autotoolsdriver.cpp3
-rw-r--r--buildtools/lib/parsers/autotools/autotoolsdriver.h2
-rw-r--r--buildtools/lib/parsers/qmake/FlexLexer.h2
-rw-r--r--buildtools/lib/parsers/qmake/qmake_lex.h2
-rw-r--r--buildtools/lib/parsers/qmake/qmakeast.cpp4
-rw-r--r--buildtools/qmake/choosesubprojectdlg.cpp3
-rw-r--r--buildtools/qmake/choosesubprojectdlg.h2
-rw-r--r--buildtools/qmake/createscopedlg.cpp2
-rw-r--r--buildtools/qmake/createscopedlg.h3
-rw-r--r--buildtools/qmake/disablesubprojectdlg.cpp3
-rw-r--r--buildtools/qmake/disablesubprojectdlg.h3
-rw-r--r--buildtools/qmake/projectconfigurationdlg.cpp2
-rw-r--r--buildtools/qmake/projectconfigurationdlg.h2
-rw-r--r--buildtools/qmake/qmakedefaultopts.cpp2
-rw-r--r--buildtools/qmake/qmakedefaultopts.h3
-rw-r--r--buildtools/qmake/qmakeoptionswidget.cpp2
-rw-r--r--buildtools/qmake/qmakeoptionswidget.h4
-rw-r--r--buildtools/qmake/qmakescopeitem.cpp2
-rw-r--r--buildtools/qmake/qmakescopeitem.h2
-rw-r--r--buildtools/qmake/scope.cpp2
-rw-r--r--buildtools/qmake/scope.h3
-rw-r--r--buildtools/qmake/trollprojectpart.cpp4
-rw-r--r--buildtools/qmake/trollprojectwidget.cpp3
-rw-r--r--buildtools/qmake/trollprojectwidget.h2
67 files changed, 0 insertions, 138 deletions
diff --git a/buildtools/autotools/addapplicationdlg.h b/buildtools/autotools/addapplicationdlg.h
index f2c0ecb4..285a4d77 100644
--- a/buildtools/autotools/addapplicationdlg.h
+++ b/buildtools/autotools/addapplicationdlg.h
@@ -42,5 +42,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/addexistingdirectoriesdlg.cpp b/buildtools/autotools/addexistingdirectoriesdlg.cpp
index 6af3be99..efdff38f 100644
--- a/buildtools/autotools/addexistingdirectoriesdlg.cpp
+++ b/buildtools/autotools/addexistingdirectoriesdlg.cpp
@@ -384,5 +384,3 @@ void AddExistingDirectoriesDialog::slotDropped ( TQDropEvent* ev )
}
#include "addexistingdirectoriesdlg.moc"
-
-//kate: indent-mode csands; tab-width 4; space-indent off;
diff --git a/buildtools/autotools/addexistingdirectoriesdlg.h b/buildtools/autotools/addexistingdirectoriesdlg.h
index 7b1d9c8e..521ddd35 100644
--- a/buildtools/autotools/addexistingdirectoriesdlg.h
+++ b/buildtools/autotools/addexistingdirectoriesdlg.h
@@ -71,5 +71,3 @@ protected slots:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/addexistingfilesdlg.h b/buildtools/autotools/addexistingfilesdlg.h
index 2b44bba1..467307f7 100644
--- a/buildtools/autotools/addexistingfilesdlg.h
+++ b/buildtools/autotools/addexistingfilesdlg.h
@@ -75,4 +75,3 @@ protected slots:
};
#endif // ADDEXISTINGFILESDLG_H
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autodetailsview.cpp b/buildtools/autotools/autodetailsview.cpp
index a9215cab..936f7eb1 100644
--- a/buildtools/autotools/autodetailsview.cpp
+++ b/buildtools/autotools/autodetailsview.cpp
@@ -724,5 +724,3 @@ void AutoDetailsView::focusOutEvent(TQFocusEvent */*e*/)
}
#include "autodetailsview.moc"
-
-//kate: indent-mode csands; tab-width 4; space-indent off;
diff --git a/buildtools/autotools/autodetailsview.h b/buildtools/autotools/autodetailsview.h
index c2ad1afb..081842ee 100644
--- a/buildtools/autotools/autodetailsview.h
+++ b/buildtools/autotools/autodetailsview.h
@@ -86,4 +86,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autolistviewitems.h b/buildtools/autotools/autolistviewitems.h
index 9a82b025..277918a9 100644
--- a/buildtools/autotools/autolistviewitems.h
+++ b/buildtools/autotools/autolistviewitems.h
@@ -139,5 +139,3 @@ public:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp
index 6640a353..014e8e2f 100644
--- a/buildtools/autotools/autoprojectpart.cpp
+++ b/buildtools/autotools/autoprojectpart.cpp
@@ -1547,5 +1547,3 @@ TQString AutoProjectPart::getAutoConfFile(const TQString& dir){
}
#include "autoprojectpart.moc"
-
-// kate: space-indent on; indent-width 4;
diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h
index 83066c3c..c4a9949b 100644
--- a/buildtools/autotools/autoprojectpart.h
+++ b/buildtools/autotools/autoprojectpart.h
@@ -154,4 +154,3 @@ private:
typedef KDevGenericFactory<AutoProjectPart> AutoProjectFactory;
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autoprojectwidget.cpp b/buildtools/autotools/autoprojectwidget.cpp
index 12037bff..2c98ed35 100644
--- a/buildtools/autotools/autoprojectwidget.cpp
+++ b/buildtools/autotools/autoprojectwidget.cpp
@@ -744,5 +744,3 @@ MakefileHandler* AutoProjectWidget::makefileHandler()
{
return m_makefileHandler;
}
-//kate: indent-mode csands; tab-width 4; space-indent off;
-
diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h
index b3f6eaef..df392c59 100644
--- a/buildtools/autotools/autoprojectwidget.h
+++ b/buildtools/autotools/autoprojectwidget.h
@@ -227,4 +227,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp
index 005ae123..6d6b6c01 100644
--- a/buildtools/autotools/autosubprojectview.cpp
+++ b/buildtools/autotools/autosubprojectview.cpp
@@ -1133,5 +1133,3 @@ void AutoSubprojectView::expandCollapse( TQListViewItem * item, bool expand )
}
#include "autosubprojectview.moc"
-
-// kate: indent-mode csands; tab-width 4; space-indent off;
diff --git a/buildtools/autotools/autosubprojectview.h b/buildtools/autotools/autosubprojectview.h
index fab7c546..5f6f10b3 100644
--- a/buildtools/autotools/autosubprojectview.h
+++ b/buildtools/autotools/autosubprojectview.h
@@ -127,5 +127,3 @@ private slots:
};
#endif
-
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autotoolsaction.cpp b/buildtools/autotools/autotoolsaction.cpp
index cf1e37d6..820c4bd9 100644
--- a/buildtools/autotools/autotoolsaction.cpp
+++ b/buildtools/autotools/autotoolsaction.cpp
@@ -150,7 +150,3 @@ void AutoToolsAction::updateEnabled( int i )
else
TDEAction::updateEnabled( i ) ;
}
-
-
-
-//kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/autotoolsaction.h b/buildtools/autotools/autotoolsaction.h
index dd9ddda5..758cbaef 100644
--- a/buildtools/autotools/autotoolsaction.h
+++ b/buildtools/autotools/autotoolsaction.h
@@ -66,5 +66,3 @@ public:
};
#endif
-
-//kate: indent-mode csands; tab-width 4; auto-insert-doxygen on;
diff --git a/buildtools/autotools/choosetargetdialog.cpp b/buildtools/autotools/choosetargetdialog.cpp
index 8b59545f..fc67a82e 100644
--- a/buildtools/autotools/choosetargetdialog.cpp
+++ b/buildtools/autotools/choosetargetdialog.cpp
@@ -345,4 +345,3 @@ bool ChooseTargetDialog::alwaysUseActiveTarget() const
#include "choosetargetdialog.moc"
-//kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/choosetargetdialog.h b/buildtools/autotools/choosetargetdialog.h
index b1e4f12d..bcc3ba64 100644
--- a/buildtools/autotools/choosetargetdialog.h
+++ b/buildtools/autotools/choosetargetdialog.h
@@ -55,4 +55,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h
index e40874de..dc4f7ffa 100644
--- a/buildtools/autotools/configureoptionswidget.h
+++ b/buildtools/autotools/configureoptionswidget.h
@@ -67,4 +67,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h
index d7107e7a..0de3f189 100644
--- a/buildtools/autotools/fileselectorwidget.h
+++ b/buildtools/autotools/fileselectorwidget.h
@@ -94,5 +94,3 @@ signals:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/kimporticonview.h b/buildtools/autotools/kimporticonview.h
index d66c74ba..26ec4d96 100644
--- a/buildtools/autotools/kimporticonview.h
+++ b/buildtools/autotools/kimporticonview.h
@@ -41,5 +41,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/makefilehandler.cpp b/buildtools/autotools/makefilehandler.cpp
index 27f4512e..f1de18c1 100644
--- a/buildtools/autotools/makefilehandler.cpp
+++ b/buildtools/autotools/makefilehandler.cpp
@@ -163,4 +163,3 @@ TQString MakefileHandler::resolveVariable( const TQString& variable, AutoTools::
return variable;
}
-//kate: space-indent on; indent-width 4;
diff --git a/buildtools/autotools/makefilehandler.h b/buildtools/autotools/makefilehandler.h
index 0311500b..70cbcd2e 100644
--- a/buildtools/autotools/makefilehandler.h
+++ b/buildtools/autotools/makefilehandler.h
@@ -71,6 +71,3 @@ private:
};
#endif
-
-//kate: space-indent on; indent-width 4;
-
diff --git a/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h
index 659959ca..ad3ea250 100644
--- a/buildtools/autotools/managecustomcommand.h
+++ b/buildtools/autotools/managecustomcommand.h
@@ -35,4 +35,3 @@ public slots:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/misc.cpp b/buildtools/autotools/misc.cpp
index ec58b54c..6c4bac8c 100644
--- a/buildtools/autotools/misc.cpp
+++ b/buildtools/autotools/misc.cpp
@@ -995,5 +995,3 @@ void AutoProjectTool::configureinSaveMakefiles(TQString fileName, TQStringList m
TQDir().rename(fileName + "#", fileName);
}
-
-//kate: indent-mode csands; space-indent off; tab-width 4;
diff --git a/buildtools/autotools/misc.h b/buildtools/autotools/misc.h
index def8ce20..223022f1 100644
--- a/buildtools/autotools/misc.h
+++ b/buildtools/autotools/misc.h
@@ -61,5 +61,3 @@ public:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/removefiledlg.h b/buildtools/autotools/removefiledlg.h
index f3b86bff..138f9ad5 100644
--- a/buildtools/autotools/removefiledlg.h
+++ b/buildtools/autotools/removefiledlg.h
@@ -49,4 +49,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/removetargetdlg.h b/buildtools/autotools/removetargetdlg.h
index a9981007..9a5c82f3 100644
--- a/buildtools/autotools/removetargetdlg.h
+++ b/buildtools/autotools/removetargetdlg.h
@@ -52,4 +52,3 @@ protected:
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/subprojectoptionsdlg.h b/buildtools/autotools/subprojectoptionsdlg.h
index 659d89fb..d53b34c1 100644
--- a/buildtools/autotools/subprojectoptionsdlg.h
+++ b/buildtools/autotools/subprojectoptionsdlg.h
@@ -60,5 +60,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/targetoptionsdlg.cpp b/buildtools/autotools/targetoptionsdlg.cpp
index 866661ae..ac2767a7 100644
--- a/buildtools/autotools/targetoptionsdlg.cpp
+++ b/buildtools/autotools/targetoptionsdlg.cpp
@@ -354,4 +354,3 @@ void TargetOptionsDialog::accept()
}
#include "targetoptionsdlg.moc"
-// kate: indent-mode csands; space-indent on; indent-width 4; replace-tabs on;
diff --git a/buildtools/autotools/targetoptionsdlg.h b/buildtools/autotools/targetoptionsdlg.h
index 5238080f..205086c9 100644
--- a/buildtools/autotools/targetoptionsdlg.h
+++ b/buildtools/autotools/targetoptionsdlg.h
@@ -46,5 +46,3 @@ private:
};
#endif
-// kate: indent-mode csands; tab-width 4;
-
diff --git a/buildtools/autotools/tdefilednddetailview.h b/buildtools/autotools/tdefilednddetailview.h
index 43165a06..bb65d40f 100644
--- a/buildtools/autotools/tdefilednddetailview.h
+++ b/buildtools/autotools/tdefilednddetailview.h
@@ -134,4 +134,3 @@ protected: // Private attributes
};
#endif
-// kate: indent-mode csands; tab-width 4;
diff --git a/buildtools/autotools/tdefiledndiconview.h b/buildtools/autotools/tdefiledndiconview.h
index 6d699185..8bd36d51 100644
--- a/buildtools/autotools/tdefiledndiconview.h
+++ b/buildtools/autotools/tdefiledndiconview.h
@@ -125,5 +125,3 @@ protected:
bool m_dndEnabled;
};
#endif
-// kate: indent-mode csands; tab-width 4; auto-insert-doxygen on;
-
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.cpp b/buildtools/custommakefiles/custombuildoptionswidget.cpp
index 20931698..74c0d08f 100644
--- a/buildtools/custommakefiles/custombuildoptionswidget.cpp
+++ b/buildtools/custommakefiles/custombuildoptionswidget.cpp
@@ -95,5 +95,3 @@ void CustomBuildOptionsWidget::makeToggled(bool b)
}
#include "custombuildoptionswidget.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h
index 91b4e5c4..7295a7e9 100644
--- a/buildtools/custommakefiles/custombuildoptionswidget.h
+++ b/buildtools/custommakefiles/custombuildoptionswidget.h
@@ -43,5 +43,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/custommanagerwidget.cpp b/buildtools/custommakefiles/custommanagerwidget.cpp
index 85f77d52..9dfad3e5 100644
--- a/buildtools/custommakefiles/custommanagerwidget.cpp
+++ b/buildtools/custommakefiles/custommanagerwidget.cpp
@@ -76,5 +76,3 @@ void CustomManagerWidget::accept()
#include "custommanagerwidget.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/custommanagerwidget.h b/buildtools/custommakefiles/custommanagerwidget.h
index 657bae9f..655e0447 100644
--- a/buildtools/custommakefiles/custommanagerwidget.h
+++ b/buildtools/custommakefiles/custommanagerwidget.h
@@ -38,5 +38,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/customotherconfigwidget.cpp b/buildtools/custommakefiles/customotherconfigwidget.cpp
index 945d7c91..8049d37a 100644
--- a/buildtools/custommakefiles/customotherconfigwidget.cpp
+++ b/buildtools/custommakefiles/customotherconfigwidget.cpp
@@ -121,5 +121,3 @@ void CustomOtherConfigWidget::accept()
}
#include "customotherconfigwidget.moc"
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/custommakefiles/customotherconfigwidget.h b/buildtools/custommakefiles/customotherconfigwidget.h
index 64f3a5bd..a92d816d 100644
--- a/buildtools/custommakefiles/customotherconfigwidget.h
+++ b/buildtools/custommakefiles/customotherconfigwidget.h
@@ -53,6 +53,3 @@ protected:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h
index 67223e92..b6cb6fe5 100644
--- a/buildtools/custommakefiles/customprojectpart.h
+++ b/buildtools/custommakefiles/customprojectpart.h
@@ -156,4 +156,3 @@ private:
};
#endif
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/selectnewfilesdialog.cpp b/buildtools/custommakefiles/selectnewfilesdialog.cpp
index a223c87a..2ccf9593 100644
--- a/buildtools/custommakefiles/selectnewfilesdialog.cpp
+++ b/buildtools/custommakefiles/selectnewfilesdialog.cpp
@@ -127,5 +127,3 @@ TQStringList SelectNewFilesDialog::includedPaths() const
}
#include "selectnewfilesdialog.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h
index 3c8d9c14..446936ac 100644
--- a/buildtools/custommakefiles/selectnewfilesdialog.h
+++ b/buildtools/custommakefiles/selectnewfilesdialog.h
@@ -50,5 +50,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/lib/parsers/autotools/autotoolsast.cpp b/buildtools/lib/parsers/autotools/autotoolsast.cpp
index ddcbddc3..4b70428b 100644
--- a/buildtools/lib/parsers/autotools/autotoolsast.cpp
+++ b/buildtools/lib/parsers/autotools/autotoolsast.cpp
@@ -113,5 +113,3 @@ void CommentAST::writeBack(TQString &buffer)
}
}
-
-// kate: indent-mode csands; tab-width 4; space-indent off;
diff --git a/buildtools/lib/parsers/autotools/autotoolsast.h b/buildtools/lib/parsers/autotools/autotoolsast.h
index 768e3e07..94047845 100644
--- a/buildtools/lib/parsers/autotools/autotoolsast.h
+++ b/buildtools/lib/parsers/autotools/autotoolsast.h
@@ -265,5 +265,3 @@ public:
}
#endif
-
-// kate: indent-mode csands; space-indent off; tab-width 4; auto-insert-doxygen on;
diff --git a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp
index 1c2efaea..cd013d29 100644
--- a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp
+++ b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp
@@ -65,6 +65,3 @@ int Driver::parseFile(KURL fileName, ProjectAST **ast)
}
}
-
-//kate: indent-mode csands; space-indent off; tab-width 4;
-
diff --git a/buildtools/lib/parsers/autotools/autotoolsdriver.h b/buildtools/lib/parsers/autotools/autotoolsdriver.h
index 8e29bec6..ecf6fea7 100644
--- a/buildtools/lib/parsers/autotools/autotoolsdriver.h
+++ b/buildtools/lib/parsers/autotools/autotoolsdriver.h
@@ -72,5 +72,3 @@ public:
}
#endif
-
-// kate: indent-mode csands; tab-width 4; space-indent off; auto-insert-doxygen on;
diff --git a/buildtools/lib/parsers/qmake/FlexLexer.h b/buildtools/lib/parsers/qmake/FlexLexer.h
index 1db844da..edea96ca 100644
--- a/buildtools/lib/parsers/qmake/FlexLexer.h
+++ b/buildtools/lib/parsers/qmake/FlexLexer.h
@@ -1,5 +1,3 @@
-
-// -*-C++-*-
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex
diff --git a/buildtools/lib/parsers/qmake/qmake_lex.h b/buildtools/lib/parsers/qmake/qmake_lex.h
index fe133946..25aa402d 100644
--- a/buildtools/lib/parsers/qmake/qmake_lex.h
+++ b/buildtools/lib/parsers/qmake/qmake_lex.h
@@ -45,5 +45,3 @@ namespace TQMake
}
#endif
-
-// kate: space-indent on; indent-width 4; tab-width: 4; replace-tabs on; auto-insert-doxygen on
diff --git a/buildtools/lib/parsers/qmake/qmakeast.cpp b/buildtools/lib/parsers/qmake/qmakeast.cpp
index 504303b5..1b4bcb87 100644
--- a/buildtools/lib/parsers/qmake/qmakeast.cpp
+++ b/buildtools/lib/parsers/qmake/qmakeast.cpp
@@ -164,7 +164,3 @@ void IncludeAST::writeBack(TQString &/*buffer*/)
}
}
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
-
diff --git a/buildtools/qmake/choosesubprojectdlg.cpp b/buildtools/qmake/choosesubprojectdlg.cpp
index 815a6ef7..22388b2d 100644
--- a/buildtools/qmake/choosesubprojectdlg.cpp
+++ b/buildtools/qmake/choosesubprojectdlg.cpp
@@ -109,6 +109,3 @@ QMakeScopeItem * ChooseSubprojectDlg::selectedSubproject( )
#include "choosesubprojectdlg.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/qmake/choosesubprojectdlg.h b/buildtools/qmake/choosesubprojectdlg.h
index e59ed6b9..d2759adb 100644
--- a/buildtools/qmake/choosesubprojectdlg.h
+++ b/buildtools/qmake/choosesubprojectdlg.h
@@ -61,5 +61,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/createscopedlg.cpp b/buildtools/qmake/createscopedlg.cpp
index dfb8683a..abdd9e5b 100644
--- a/buildtools/qmake/createscopedlg.cpp
+++ b/buildtools/qmake/createscopedlg.cpp
@@ -96,5 +96,3 @@ void CreateScopeDlg::accept()
}
#include "createscopedlg.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/createscopedlg.h b/buildtools/qmake/createscopedlg.h
index 6596c021..bac4ded6 100644
--- a/buildtools/qmake/createscopedlg.h
+++ b/buildtools/qmake/createscopedlg.h
@@ -41,6 +41,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/qmake/disablesubprojectdlg.cpp b/buildtools/qmake/disablesubprojectdlg.cpp
index 9a5fbb1d..37aa79ea 100644
--- a/buildtools/qmake/disablesubprojectdlg.cpp
+++ b/buildtools/qmake/disablesubprojectdlg.cpp
@@ -45,6 +45,3 @@ TQStringList DisableSubprojectDlg::selectedProjects()
}
#include "disablesubprojectdlg.moc"
-
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/disablesubprojectdlg.h b/buildtools/qmake/disablesubprojectdlg.h
index 5ca64451..0dec8e94 100644
--- a/buildtools/qmake/disablesubprojectdlg.h
+++ b/buildtools/qmake/disablesubprojectdlg.h
@@ -38,6 +38,3 @@ protected slots:
};
#endif
-
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/projectconfigurationdlg.cpp b/buildtools/qmake/projectconfigurationdlg.cpp
index e2ebe9a2..fec743cb 100644
--- a/buildtools/qmake/projectconfigurationdlg.cpp
+++ b/buildtools/qmake/projectconfigurationdlg.cpp
@@ -2170,5 +2170,3 @@ void ProjectConfigurationDlg::customVarChanged()
}
activateApply( 0 );
}
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/projectconfigurationdlg.h b/buildtools/qmake/projectconfigurationdlg.h
index 7452e9e6..c4c9740b 100644
--- a/buildtools/qmake/projectconfigurationdlg.h
+++ b/buildtools/qmake/projectconfigurationdlg.h
@@ -141,5 +141,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/qmakedefaultopts.cpp b/buildtools/qmake/qmakedefaultopts.cpp
index 8c34c34b..fdbcad64 100644
--- a/buildtools/qmake/qmakedefaultopts.cpp
+++ b/buildtools/qmake/qmakedefaultopts.cpp
@@ -87,5 +87,3 @@ const TQStringList& TQMakeDefaultOpts::variables() const
{
return m_keys;
}
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/qmakedefaultopts.h b/buildtools/qmake/qmakedefaultopts.h
index 1b38d80c..575f832f 100644
--- a/buildtools/qmake/qmakedefaultopts.h
+++ b/buildtools/qmake/qmakedefaultopts.h
@@ -44,6 +44,3 @@ private:
};
#endif
-
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/qmakeoptionswidget.cpp b/buildtools/qmake/qmakeoptionswidget.cpp
index c2f4cfdd..3aafb3a0 100644
--- a/buildtools/qmake/qmakeoptionswidget.cpp
+++ b/buildtools/qmake/qmakeoptionswidget.cpp
@@ -59,5 +59,3 @@ void QMakeOptionsWidget::accept()
}
#include "qmakeoptionswidget.moc"
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/qmakeoptionswidget.h b/buildtools/qmake/qmakeoptionswidget.h
index be1cc534..05bed8c2 100644
--- a/buildtools/qmake/qmakeoptionswidget.h
+++ b/buildtools/qmake/qmakeoptionswidget.h
@@ -34,7 +34,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
-
diff --git a/buildtools/qmake/qmakescopeitem.cpp b/buildtools/qmake/qmakescopeitem.cpp
index 496adad8..6549a557 100644
--- a/buildtools/qmake/qmakescopeitem.cpp
+++ b/buildtools/qmake/qmakescopeitem.cpp
@@ -925,5 +925,3 @@ TQMap<TQString, TQString> QMakeScopeItem::getLibInfos( TQString basePath )
kdDebug(9024) << "Running getLibInfo for" << scope->projectName() << "|" << map << endl;
return result;
}
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/qmakescopeitem.h b/buildtools/qmake/qmakescopeitem.h
index 2e275511..09b3bd06 100644
--- a/buildtools/qmake/qmakescopeitem.h
+++ b/buildtools/qmake/qmakescopeitem.h
@@ -124,5 +124,3 @@ private:
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/scope.cpp b/buildtools/qmake/scope.cpp
index 6cf86bf8..84052970 100644
--- a/buildtools/qmake/scope.cpp
+++ b/buildtools/qmake/scope.cpp
@@ -1706,5 +1706,3 @@ TQString Scope::PrintAST::getIndent()
return ind;
}
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
diff --git a/buildtools/qmake/scope.h b/buildtools/qmake/scope.h
index 98519bdf..5be259bd 100644
--- a/buildtools/qmake/scope.h
+++ b/buildtools/qmake/scope.h
@@ -303,6 +303,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/qmake/trollprojectpart.cpp b/buildtools/qmake/trollprojectpart.cpp
index 6d92d03b..fe16d538 100644
--- a/buildtools/qmake/trollprojectpart.cpp
+++ b/buildtools/qmake/trollprojectpart.cpp
@@ -925,7 +925,3 @@ void TrollProjectPart::slotBuild()
}
#include "trollprojectpart.moc"
-
-//kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
-
diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp
index 79077bac..3c35cb94 100644
--- a/buildtools/qmake/trollprojectwidget.cpp
+++ b/buildtools/qmake/trollprojectwidget.cpp
@@ -2542,6 +2542,3 @@ TQMap<TQString,TQString> TrollProjectWidget::qmakeEnvironment() const
}
#include "trollprojectwidget.moc"
-
-//kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on
-
diff --git a/buildtools/qmake/trollprojectwidget.h b/buildtools/qmake/trollprojectwidget.h
index dac889c9..04a07ed9 100644
--- a/buildtools/qmake/trollprojectwidget.h
+++ b/buildtools/qmake/trollprojectwidget.h
@@ -215,5 +215,3 @@ private:
};
#endif
-
-// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on