From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/bookmarks/bookmarks_widget.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'parts/bookmarks/bookmarks_widget.h') diff --git a/parts/bookmarks/bookmarks_widget.h b/parts/bookmarks/bookmarks_widget.h index 96bfe046..6af0b563 100644 --- a/parts/bookmarks/bookmarks_widget.h +++ b/parts/bookmarks/bookmarks_widget.h @@ -13,10 +13,10 @@ #define __BOOKMARKS_WIDGET_H__ -#include -#include -//#include -#include +#include +#include +//#include +#include #include @@ -34,23 +34,23 @@ public: BookmarksWidget( BookmarksPart * ); ~BookmarksWidget(); - void update( QDict const & ); + void update( TQDict const & ); void updateURL( EditorData * ); bool removeURL( KURL const & ); BookmarksConfig * config(); - QStringList getContext( KURL const &, unsigned int ); + TQStringList getContext( KURL const &, unsigned int ); signals: void removeAllBookmarksForURL( const KURL & ); void removeBookmarkForURL( const KURL &, int ); protected: - void maybeTip( QPoint const & ); + void maybeTip( TQPoint const & ); private slots: - void itemClicked( QListViewItem * ); - void popupMenu( QListViewItem * , const QPoint & , int ); + void itemClicked( TQListViewItem * ); + void popupMenu( TQListViewItem * , const TQPoint & , int ); void collapseAll(); void expandAll(); void doEmitRemoveBookMark(); -- cgit v1.2.3