diff options
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; |