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/valgrind/valgrind_widget.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/valgrind/valgrind_widget.h')
-rw-r--r-- | parts/valgrind/valgrind_widget.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/valgrind/valgrind_widget.h b/parts/valgrind/valgrind_widget.h index 1777e183..e55e3a1c 100644 --- a/parts/valgrind/valgrind_widget.h +++ b/parts/valgrind/valgrind_widget.h @@ -1,9 +1,9 @@ #ifndef __VALGRIND_WIDGET_H__ #define __VALGRIND_WIDGET_H__ -#include <qwidget.h> -#include <qstring.h> -#include <qstringlist.h> +#include <tqwidget.h> +#include <tqstring.h> +#include <tqstringlist.h> #include "valgrinditem.h" @@ -24,11 +24,11 @@ public: void clear(); signals: - void jumpToFile( const QString& url, int line ); + void jumpToFile( const TQString& url, int line ); private slots: - void executed( QListViewItem* item ); - void slotContextMenu( KListView* l, QListViewItem* i, const QPoint& p ); + void executed( TQListViewItem* item ); + void slotContextMenu( KListView* l, TQListViewItem* i, const TQPoint& p ); void expandAll(); void collapseAll(); void aboutToShowPopup(); @@ -37,7 +37,7 @@ private: KListView* lv; int msgNumber; ValgrindPart* _part; - QPopupMenu* popup; + TQPopupMenu* popup; }; |