summaryrefslogtreecommitdiffstats
path: root/parts/fileview/vcsfiletreewidgetimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/fileview/vcsfiletreewidgetimpl.h')
-rw-r--r--parts/fileview/vcsfiletreewidgetimpl.h4
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;