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 bba3128085
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
2 days ago
..
sample Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 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 Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
scriptclientinterface.h Replace Q_OBJECT with TQ_OBJECT 10 months ago
scriptinterface.desktop Desktop file translations: 4 years ago
scriptinterface.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 days ago
scriptloader.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
scriptloader.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 7 months ago
scriptmanager.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
scriptmanager.h Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT 2 days 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