diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:56:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:56:07 +0000 |
commit | d6f8bbb45b267065a6907e71ff9c98bb6d161241 (patch) | |
tree | d109539636691d7b03036ca1c0ed29dbae6577cf /parts/fileview/vcsfiletreewidgetimpl.h | |
parent | 3331a47a9cad24795c7440ee8107143ce444ef34 (diff) | |
download | tdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.tar.gz tdevelop-d6f8bbb45b267065a6907e71ff9c98bb6d161241.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts/fileview/vcsfiletreewidgetimpl.h')
-rw-r--r-- | parts/fileview/vcsfiletreewidgetimpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/fileview/vcsfiletreewidgetimpl.h b/parts/fileview/vcsfiletreewidgetimpl.h index de4dc8c1..7a6761a9 100644 --- a/parts/fileview/vcsfiletreewidgetimpl.h +++ b/parts/fileview/vcsfiletreewidgetimpl.h @@ -37,7 +37,7 @@ public: /* * Add "sync with repository" and "show VCS fields" options to the context menu. */ - virtual void fillPopupMenu( QPopupMenu *popupMenu, QListViewItem *item ) const; + virtual void fillPopupMenu( TQPopupMenu *popupMenu, TQListViewItem *item ) const; private slots: //! show/hide the header and the additional fields (status and versions) @@ -50,7 +50,7 @@ private slots: //! the items which are childs of the @see filetreeview::FileTreeViewItem stored in //! @p callerData. void vcsDirStatusReady( const VCSFileInfoMap &modifiedFiles, void *callerData ); - void slotDirectoryExpanded( QListViewItem* ); + void slotDirectoryExpanded( TQListViewItem* ); private: bool showVCSFields() const; |