diff options
Diffstat (limited to 'quanta/project/projectprivate.h')
-rw-r--r-- | quanta/project/projectprivate.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/quanta/project/projectprivate.h b/quanta/project/projectprivate.h index 0b0a14df..d67d27d3 100644 --- a/quanta/project/projectprivate.h +++ b/quanta/project/projectprivate.h @@ -30,12 +30,12 @@ class TQWidgetStack; -class KAction; -class KActionCollection; +class TDEAction; +class TDEActionCollection; class TDEConfig; class KDirWatch; -class KRecentFilesAction; -class KSelectAction; +class TDERecentFilesAction; +class TDESelectAction; class KTempFile; class CopyTo; @@ -73,7 +73,7 @@ upload.*/ bool usePreviewPrefix; bool m_persistentBookmarks; TQString author; - KRecentFilesAction *m_projectRecent; + TDERecentFilesAction *m_projectRecent; ProjectNewGeneral *png; ProjectNewLocal *pnl; @@ -91,7 +91,7 @@ upload.*/ TQString m_defaultEncoding; TQRegExp excludeRx; TQStringList excludeList; - KMainWindow *m_mainWindow; + TDEMainWindow *m_mainWindow; TQString m_debuggerClientEdit; TQMap<TQString, TQString> m_passwdList; ProjectList m_projectFiles; ///< the list with the _absolute_ URL's of the project @@ -116,14 +116,14 @@ upload.*/ bool m_showUploadTreeviews; bool m_eventsEnabled; - KAction + TDEAction *closeprjAction, *insertFileAction, *insertDirAction, *uploadProjectAction, *rescanPrjDirAction, *projectOptionAction, *saveAsProjectTemplateAction, *saveSelectionAsProjectTemplateAction, *savePrjViewAction, *saveAsPrjViewAction; - KSelectAction *openPrjViewAction, *deletePrjViewAction; + TDESelectAction *openPrjViewAction, *deletePrjViewAction; /** the filename of the local webprj file after download */ TQString m_tmpProjectFile; TQString m_tmpSessionFile; @@ -133,7 +133,7 @@ upload.*/ EventActions *m_events; /** setup of the actions */ - void initActions(KActionCollection *ac); + void initActions(TDEActionCollection *ac); void adjustActions(); |