diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /konqueror/konq_profiledlg.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'konqueror/konq_profiledlg.h')
-rw-r--r-- | konqueror/konq_profiledlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/konqueror/konq_profiledlg.h b/konqueror/konq_profiledlg.h index ffdd3d513..e0f98a589 100644 --- a/konqueror/konq_profiledlg.h +++ b/konqueror/konq_profiledlg.h @@ -31,14 +31,14 @@ class TQGridLayout; class TQCheckBox; class TQLineEdit; class KPushButton; -class KListView; +class TDEListView; typedef TQMap<TQString, TQString> KonqProfileMap; class KonqProfileItem : public TQListViewItem { public: - KonqProfileItem( KListView *, const TQString & ); + KonqProfileItem( TDEListView *, const TQString & ); ~KonqProfileItem() {} TQString m_profileName; @@ -77,7 +77,7 @@ private: TQCheckBox *m_cbSaveURLs; TQCheckBox *m_cbSaveSize; - KListView *m_pListView; + TDEListView *m_pListView; }; #endif |