You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/interfaces/tdescript
Michele Calgaro bdb1b50208
Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}.
Add temporary kprocess.h to keep things building.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 months ago
..
sample Rename kprocess.{h,cpp} to tdeprocess.{h.cpp}. 7 months ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 5 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 7 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 13 years ago
scriptclientinterface.h Replace Q_OBJECT with TQ_OBJECT 2 years ago
scriptinterface.desktop Desktop file translations: 5 years ago
scriptinterface.h Rename kdemacros.* files to tdemacros.* 1 year ago
scriptloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 1 year ago
scriptloader.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
scriptmanager.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
scriptmanager.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 1 year ago

README

Script interface
----------------
Overview:
scriptloader - used to load script engines and scripts from the GUI
scriptinterface - the base of all script engines

Script Engines:
	
TODO

Script Loader:

TODO