From 47c8a359c5276062c4bc17f0e82410f29081b502 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:48:06 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kget/kget_plug_in/kget_linkview.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kget/kget_plug_in/kget_linkview.h') diff --git a/kget/kget_plug_in/kget_linkview.h b/kget/kget_plug_in/kget_linkview.h index a6d7961c..26ce28fc 100644 --- a/kget/kget_plug_in/kget_linkview.h +++ b/kget/kget_plug_in/kget_linkview.h @@ -8,7 +8,7 @@ #ifndef KGET_LINKVIEW_H #define KGET_LINKVIEW_H -#include +#include #include #include @@ -19,7 +19,7 @@ class LinkViewItem : public QListViewItem { public: - LinkViewItem( QListView *parent, const LinkItem * lnk ); + LinkViewItem( TQListView *parent, const LinkItem * lnk ); const LinkItem *link; }; @@ -29,11 +29,11 @@ class KGetLinkView : public KMainWindow Q_OBJECT public: - KGetLinkView( QWidget *parent = 0L, const char *name = 0L ); + KGetLinkView( TQWidget *parent = 0L, const char *name = 0L ); ~KGetLinkView(); - void setLinks( QPtrList& links ); - void setPageURL( const QString& url ); + void setLinks( TQPtrList& links ); + void setPageURL( const TQString& url ); signals: void leechURLs( const KURL::List& urls ); @@ -43,9 +43,9 @@ private slots: void slotSelectAll(); private: - void showLinks( const QPtrList& links ); + void showLinks( const TQPtrList& links ); - QPtrList m_links; + TQPtrList m_links; KListView *m_view; -- cgit v1.2.1