diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /cervisia/cervisiapart.h | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'cervisia/cervisiapart.h')
-rw-r--r-- | cervisia/cervisiapart.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cervisia/cervisiapart.h b/cervisia/cervisiapart.h index 84f70585..72f468ea 100644 --- a/cervisia/cervisiapart.h +++ b/cervisia/cervisiapart.h @@ -41,8 +41,8 @@ class TQTimer; class UpdateView; class ProtocolView; class TDEAboutData; -class KListView; -class KRecentFilesAction; +class TDEListView; +class TDERecentFilesAction; class CvsService_stub; class CervisiaBrowserExtension; @@ -76,7 +76,7 @@ public slots: void openFile(TQString filename); void openFiles(const TQStringList &filenames); - void popupRequested(KListView*, TQListViewItem*, const TQPoint&); + void popupRequested(TDEListView*, TQListViewItem*, const TQPoint&); void updateActions(); void aboutCervisia(); @@ -181,7 +181,7 @@ private: bool opt_updateRecursive, opt_commitRecursive, opt_doCVSEdit; //for the Open Recent directories - KRecentFilesAction *recent; + TDERecentFilesAction *recent; CvsService_stub* cvsService; KParts::StatusBarExtension* m_statusBar; |