diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:15:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:15:35 -0600 |
commit | f78eb03afb8c9a380985d26286afc40b4c89b292 (patch) | |
tree | 3c087e2f119e645c902958c3bc3c802abf078ad0 /parts/fileselector/fileselector_widget.h | |
parent | da1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff) | |
download | tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.tar.gz tdevelop-f78eb03afb8c9a380985d26286afc40b4c89b292.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'parts/fileselector/fileselector_widget.h')
-rw-r--r-- | parts/fileselector/fileselector_widget.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/parts/fileselector/fileselector_widget.h b/parts/fileselector/fileselector_widget.h index 7c80a6de..c95335a2 100644 --- a/parts/fileselector/fileselector_widget.h +++ b/parts/fileselector/fileselector_widget.h @@ -32,8 +32,8 @@ class KDevMainWindow; class KDevPartController; class FileSelectorPart; -class KActionCollection; -class KActionSelector; +class TDEActionCollection; +class TDEActionSelector; class KDirOperator; class KURLComboBox; class KHistoryCombo; @@ -57,7 +57,7 @@ namespace KTextEditor */ /* I think this fix for not moving toolbars is better */ -class KDevFileSelectorToolBar: public KToolBar +class KDevFileSelectorToolBar: public TDEToolBar { Q_OBJECT @@ -121,7 +121,7 @@ public: void setupToolbar( TDEConfig * ); void setView( KFile::FileView ); KDevDirOperator *dirOperator(){ return dir; } - KActionCollection *actionCollection() { return mActionCollection; }; + TDEActionCollection *actionCollection() { return mActionCollection; }; public slots: void slotFilterChange(const TQString&); @@ -147,11 +147,11 @@ protected: private: class KDevFileSelectorToolBar *toolbar; - KActionCollection *mActionCollection; + TDEActionCollection *mActionCollection; class KBookmarkHandler *bookmarkHandler; KURLComboBox *cmbPath; KDevDirOperator * dir; - class KAction *acSyncDir; + class TDEAction *acSyncDir; KHistoryCombo * filter; class TQToolButton *btnFilter; @@ -197,7 +197,7 @@ private: KDevFileSelector *fileSelector; bool bDirty; //class TQListBox *lbAvailableActions, *lbUsedActions; - KActionSelector *acSel; + TDEActionSelector *acSel; class TQSpinBox *sbPathHistLength, *sbFilterHistLength; class TQCheckBox *cbSyncOpen, *cbSyncActive, *cbSyncShow; class TQCheckBox *cbSesLocation, *cbSesFilter; |