diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /khelpcenter/navigatorappitem.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khelpcenter/navigatorappitem.h')
-rw-r--r-- | khelpcenter/navigatorappitem.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/khelpcenter/navigatorappitem.h b/khelpcenter/navigatorappitem.h index 8690c52e5..95b9e51b6 100644 --- a/khelpcenter/navigatorappitem.h +++ b/khelpcenter/navigatorappitem.h @@ -29,26 +29,26 @@ namespace KHC { class NavigatorAppItem : public NavigatorItem { public: - NavigatorAppItem( DocEntry *entry, QListView *parent, - const QString &relPath ); - NavigatorAppItem( DocEntry *entry, QListViewItem *parent, - const QString &relPath ); + NavigatorAppItem( DocEntry *entry, TQListView *parent, + const TQString &relPath ); + NavigatorAppItem( DocEntry *entry, TQListViewItem *parent, + const TQString &relPath ); - NavigatorAppItem( DocEntry *entry, QListView *parent, - QListViewItem *after ); - NavigatorAppItem( DocEntry *entry, QListViewItem *parent, - QListViewItem *after ); + NavigatorAppItem( DocEntry *entry, TQListView *parent, + TQListViewItem *after ); + NavigatorAppItem( DocEntry *entry, TQListViewItem *parent, + TQListViewItem *after ); - void setRelpath( const QString & ); + void setRelpath( const TQString & ); virtual void setOpen(bool); void populate( bool recursive = false ); protected: - QString documentationURL( KService *s ); + TQString documentationURL( KService *s ); private: - QString mRelpath; + TQString mRelpath; bool mPopulated; }; |