You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/buildtools/pascal
Michele Calgaro 37ad15ad2c
Replace Q_SIGNALS and Q_SLOTS
3 months ago
..
CMakeLists.txt Desktop file translations: 4 years ago
Makefile.am Revert "Finish renaming tdevelop components" 10 years ago
README.dox Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kdevpascalproject.desktop Desktop file translations: 4 years ago
kdevpascalproject.rc Revert "Finish renaming tdevelop components" 10 years ago
pascalglobaloptionsdlg.cpp Revert "Finish renaming tdevelop components" 10 years ago
pascalglobaloptionsdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pascalproject_optionsdlgbase.ui Replace Q_SIGNALS and Q_SLOTS 3 months ago
pascalproject_part.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
pascalproject_part.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pascalproject_widget.cpp Revert "Finish renaming tdevelop components" 10 years ago
pascalproject_widget.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
pascalprojectoptionsdlg.cpp Replaced various '#define' with actual strings - part 6 4 months ago
pascalprojectoptionsdlg.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
service.cpp Additional k => tde renaming and fixes 11 years ago
service.h Additional k => tde renaming and fixes 11 years ago

README.dox

/** \class PascalProjectPart
This is the Pascal build tool part.

Common build tool part part for all available pascal compilers (gpc, fpc, dcc).
It holds no project file list and tries to abstract from their specifics.

\authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a>

\maintainer <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a>

\deprecated This class is deprecated, use GenericProjectPart (buildtools/generic) instead.

*/