diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:29:55 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-09-16 22:29:55 -0500 |
commit | 70a3c0d90bf27c502ec710042250d51e2eb8bd99 (patch) | |
tree | 392ee5e1b90d55cf4db7d90b83ee0a2ed6a01d17 /parts/documentation/find_documentationbase.ui | |
parent | 3ca58a00c6f3d4cedaa8a5a90b99b9ec974796d2 (diff) | |
download | tdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.tar.gz tdevelop-70a3c0d90bf27c502ec710042250d51e2eb8bd99.zip |
Fix QString -> TQString.
Diffstat (limited to 'parts/documentation/find_documentationbase.ui')
-rw-r--r-- | parts/documentation/find_documentationbase.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/find_documentationbase.ui b/parts/documentation/find_documentationbase.ui index aa144ba4..455bb860 100644 --- a/parts/documentation/find_documentationbase.ui +++ b/parts/documentation/find_documentationbase.ui @@ -150,7 +150,7 @@ </forwards> <Q_SLOTS> <slot>clickOptions()</slot> - <slot>setSearchTerm( const QString & term )</slot> + <slot>setSearchTerm( const TQString & term )</slot> <slot>startSearch()</slot> <slot>searchInIndex()</slot> <slot>searchInContents()</slot> |