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.
tdelibs/interfaces/tdescript
Michele Calgaro 62949e0a61
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
4 months ago
..
sample Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README
scriptclientinterface.h Replace Q_OBJECT with TQ_OBJECT 1 year ago
scriptinterface.desktop Desktop file translations: 4 years ago
scriptinterface.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 4 months ago
scriptloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 8 months ago
scriptloader.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 12 months ago
scriptmanager.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
scriptmanager.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 4 months 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