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.
tdebase/kate/utils
Michele Calgaro a4241b7911
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
3 months ago
..
CMakeLists.txt Additional kde to tde renaming 13 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dockviewbase.cpp Rename old tq methods that no longer need a unique name 13 years ago
dockviewbase.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
listboxview.cpp Rename many classes and header files to avoid conflicts with KDE4 11 years ago
listboxview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago
messageview.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
messageview.h Replace Q_OBJECT with TQ_OBJECT 9 months ago

README

README for libkateutils

Contents:
* What it is
* Maintainer

What it is
==========

This library is a container for classes that may be usefull for
Kate and for kate plugins. If you have a class that you think would
be usefull for other plugins, ask the maintainer of this library
to put it here.

If you find a class in a plugin (ore even elsewhere) that you need to
copy in order to use it inside kate or a kate plugin, consider debating with
the author of that class to move it here.

To fit in, the class must be generic enough that it can be usefull for
many purposes.

Apart from the convenience (and avoided copies of code) putting classes in this
library will help us maintain a common feel of how kate works. 

Maintainer
==========

This library was started in july 2002 and is maintained by
Anders Lund <anders@alweb.dk>