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 /kate/app/katefileselector.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 'kate/app/katefileselector.h')
-rw-r--r-- | kate/app/katefileselector.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kate/app/katefileselector.h b/kate/app/katefileselector.h index 8028b3ede..ddacb6422 100644 --- a/kate/app/katefileselector.h +++ b/kate/app/katefileselector.h @@ -33,8 +33,8 @@ class KateMainWindow; class KateViewManager; -class KActionCollection; -class KActionSelector; +class TDEActionCollection; +class TDEActionSelector; class KFileView; /* @@ -46,7 +46,7 @@ class KFileView; */ /* I think this fix for not moving toolbars is better */ -class KateFileSelectorToolBar: public KToolBar +class KateFileSelectorToolBar: public TDEToolBar { Q_OBJECT public: @@ -88,7 +88,7 @@ class KateFileSelector : public TQVBox void setupToolbar( TDEConfig * ); void setView( KFile::FileView ); KDirOperator *dirOperator(){ return dir; } - KActionCollection *actionCollection() { return mActionCollection; }; + TDEActionCollection *actionCollection() { return mActionCollection; }; public slots: void slotFilterChange(const TQString&); @@ -113,11 +113,11 @@ class KateFileSelector : public TQVBox private: class KateFileSelectorToolBar *toolbar; - KActionCollection *mActionCollection; + TDEActionCollection *mActionCollection; class KBookmarkHandler *bookmarkHandler; KURLComboBox *cmbPath; KDirOperator * dir; - class KAction *acSyncDir; + class TDEAction *acSyncDir; KHistoryCombo * filter; class TQToolButton *btnFilter; @@ -159,7 +159,7 @@ class KFSConfigPage : public Kate::ConfigPage { void init(); KateFileSelector *fileSelector; - KActionSelector *acSel; + TDEActionSelector *acSel; class TQSpinBox *sbPathHistLength, *sbFilterHistLength; class TQCheckBox *cbSyncActive, *cbSyncShow; class TQCheckBox *cbSesLocation, *cbSesFilter; |