diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-17 06:59:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-17 06:59:36 +0000 |
commit | 07befe7f683996b72153e7f757cc3c902b94c8c5 (patch) | |
tree | 8c47d28f8dee6e65df027b348c940c7ef3664e35 /qtinterface/Makefile.am | |
parent | e214f32513c5746efd2e470f979c43ec95e92a84 (diff) | |
download | tqtinterface-07befe7f683996b72153e7f757cc3c902b94c8c5.tar.gz tqtinterface-07befe7f683996b72153e7f757cc3c902b94c8c5.zip |
Add missing tqrichtext_p.h file
Add missing TQTextIterator class
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1232321 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/Makefile.am')
-rw-r--r-- | qtinterface/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtinterface/Makefile.am b/qtinterface/Makefile.am index 5f6d7a2..73c3b3b 100644 --- a/qtinterface/Makefile.am +++ b/qtinterface/Makefile.am @@ -133,6 +133,7 @@ private/tqucomextra_p.h \ private/tqlayoutengine_p.h \ private/tqinternal_p.h \ private/tqeffects_p.h \ +private/tqrichtext_p.h \ \ tqlistiterator.h noinst_HEADERS = |