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
Timothy Pearson 628043be55
Rename old tq methods that no longer need a unique name
12 years ago
..
CMakeLists.txt Additional kde to tde renaming 13 years ago
Makefile.am Rename additional instances of KDE to TDE 13 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 12 years ago
dockviewbase.h Trinity Qt initial conversion 14 years ago
listboxview.cpp Trinity Qt initial conversion 14 years ago
listboxview.h Trinity Qt initial conversion 14 years ago
messageview.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 12 years ago
messageview.h TQt conversion fixes 14 years 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>