diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:20:30 +0000 |
commit | 28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c (patch) | |
tree | a2f011f22aa31d0839c6e2118501b7a6d2f2ae96 /ksayit/src/DocTreeView.ui.h | |
parent | 0285229d858c8f03cde7354c679a752598cf4515 (diff) | |
download | tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.tar.gz tdeaccessibility-28bf3cbba4139c8a0f81dc9d1a2f6c4ed724f22c.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1157633 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/src/DocTreeView.ui.h')
-rw-r--r-- | ksayit/src/DocTreeView.ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/src/DocTreeView.ui.h b/ksayit/src/DocTreeView.ui.h index 39720c1..9807a7c 100644 --- a/ksayit/src/DocTreeView.ui.h +++ b/ksayit/src/DocTreeView.ui.h @@ -11,7 +11,7 @@ *****************************************************************************/ -void DocTreeView::slotItemClicked( QListViewItem * ) +void DocTreeView::slotItemClicked( TQListViewItem * ) { } @@ -126,7 +126,7 @@ void DocTreeView::slotNewSection_5() } -void DocTreeView::slotRightButtonPressed( QListViewItem *i, const QPoint &, int ) +void DocTreeView::slotRightButtonPressed( TQListViewItem *i, const TQPoint &, int ) { } |