diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:21 -0600 |
commit | dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 (patch) | |
tree | c297348a55df66c571de4525646e0b9762427353 /kparts/design.h | |
parent | b7658a0d5eca24a9d37c6e04f88298ef02389db0 (diff) | |
download | tdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.tar.gz tdelibs-dfe289850f068f19ba4a83ab4e7e22a7e09c13c9.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kparts/design.h')
-rw-r--r-- | kparts/design.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/kparts/design.h b/kparts/design.h deleted file mode 100644 index ba608d777..000000000 --- a/kparts/design.h +++ /dev/null @@ -1,28 +0,0 @@ -/** - * @mainpage Framework for KDE graphical components - * - * - * - * This library implements the framework for KDE parts, which are - * elaborate widgets with a user-interface defined in terms of actions - * (menu items, toolbar icons). See KParts::Part. - * - * The library also provides a framework for applications that want to - * use parts. Such applications need to inherit their main window - * from KParts::MainWindow and provide a so-called shell GUI, - * which provides a basic skeleton GUI with part-independent functionality/actions. - * - * Some KParts applications won't be specific to a given part, but expect - * to be able to embed, for instance, all types of viewers out there. For this - * the basic functionality of any viewer has been implemented in - * KParts::ReadOnlyPart, which viewer-like parts should inherit from. - * The same applies to KParts::ReadWritePart, which is for editor-like parts. - * - * You can add actions to an existing KParts app from "outside", defining - * the code for those actions in a shared library. This mechanism is - * obviously called plugins, and implemented by KParts::Plugin. - * - * For a complete, and very simple, example of how to use KParts to display - * any kind of file (i.e. making a generic viewer), see the docu for - * KParts::ComponentFactory::createPartInstanceFromQuery() - */ |