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 0781a919df
Rename kstandarddirs.h to tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 months ago
..
sample Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp. 5 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 Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp. 5 months ago
scriptloader.h Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
scriptmanager.cpp Rename kstandarddirs.h to tdestandarddirs.h 4 months 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