diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:03 -0600 |
commit | 9c9412b30c54468adc9e506cc76c5d113fbf5056 (patch) | |
tree | 68a0c0d5bc770fc58596b8c5624cdf33d8625027 /dcoprss/feedbrowser.h | |
parent | 2e53bd0b77676f879fad7baeecea5879bf496a7d (diff) | |
download | tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.tar.gz tdenetwork-9c9412b30c54468adc9e506cc76c5d113fbf5056.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'dcoprss/feedbrowser.h')
-rw-r--r-- | dcoprss/feedbrowser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dcoprss/feedbrowser.h b/dcoprss/feedbrowser.h index 5d5344ab..00745006 100644 --- a/dcoprss/feedbrowser.h +++ b/dcoprss/feedbrowser.h @@ -24,13 +24,13 @@ class DCOPRSSIface : public TQObject, public DCOPObject void gotCategories( const TQStringList &categories ); }; -class CategoryItem : public TQObject, public KListViewItem +class CategoryItem : public TQObject, public TDEListViewItem { Q_OBJECT // public: - CategoryItem( KListView *parent, const TQString &category ); - CategoryItem( KListViewItem *parent, const TQString &category ); + CategoryItem( TDEListView *parent, const TQString &category ); + CategoryItem( TDEListViewItem *parent, const TQString &category ); virtual void setOpen( bool open ); @@ -62,7 +62,7 @@ class FeedBrowserDlg : public KDialogBase void getTopCategories(); DCOPRSSIface *m_dcopIface; - KListView *m_feedList; + TDEListView *m_feedList; }; #endif // FEEDBROWSER_H |