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.
tdeaccessibility/kttsd/plugins/command
Michele Calgaro 2ce6b37181
Replace Q_SIGNALS and Q_SLOTS
4 months ago
..
CMakeLists.txt Add PO_DIR option to properly merge translations into desktop files. 3 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 9 months ago
commandconf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 5 months ago
commandconf.h Replace Q_OBJECT with TQ_OBJECT 11 months ago
commandconfwidget.ui Replace Q_SIGNALS and Q_SLOTS 4 months ago
commandplugin.cpp Removed code formatting modelines. 4 years ago
commandproc.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 5 months ago
commandproc.h Replace Q_OBJECT with TQ_OBJECT 11 months ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kttsd_commandplugin.desktop Added translation of .desktop files. 3 years ago

README

This is the directory containing the Command plug in.
This plug in is developed and maintained by Gunnar Schmi Dt.
-- This is no longer necesary for this plug in --
If you intend to edit the GUI (commandconfwidget.ui) you will have to first
copy kttsd/libkttsd/pluginconf.h to a standard include directory
like $TDEDIR/include/ since the interface has been tweaked to derive
from PlugInConf instead of TQWidget and Qt Designer refuses to open it
if the header is not properly placed.