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.
tdeadmin/lilo-config
Michele Calgaro ed7858de3a
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
common Renaming of files in preparation for code style tools. 3 years ago
kde Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
kde-qt-common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
qt Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt cmake lilo-config: Always add the USE_KDE definition 6 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 7 months ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

lilo-config is a kcontrol plugin for configuring LILO, the most commonly
used Linux boot loader.

Parts of the code (basically all the code that does the real work) are designed
to be UI independent (if I ever have the time, there will be a textmode
frontend), which is why I'm using "String"s rather than "TQString"s throughout
the code. Please don't change this.

Send comments/suggestions to kde-devel@kde.org.