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/filecreate/filecreate_part.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/filecreate/filecreate_part.h')
-rw-r--r-- | parts/filecreate/filecreate_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/filecreate/filecreate_part.h b/parts/filecreate/filecreate_part.h index 18a9ccb1..9d090493 100644 --- a/parts/filecreate/filecreate_part.h +++ b/parts/filecreate/filecreate_part.h @@ -23,7 +23,7 @@ #include "filecreate_typechooser.h" -class KPopupMenu; +class TDEPopupMenu; namespace FileCreate { class Widget; @@ -92,7 +92,7 @@ public slots: void slotNewFile(); /** - * Called from KToolBarPopupMenu to request a new file action + * Called from TDEToolBarPopupMenu to request a new file action * @param pFileType is acutally a pointer to FileType */ void slotNewFilePopup(int pFileType); @@ -137,8 +137,8 @@ private: ConfigWidgetProxy * _configProxy; - KPopupMenu* m_newPopupMenu; - TQPtrList<KPopupMenu>* m_subPopups; + TDEPopupMenu* m_newPopupMenu; + TQPtrList<TDEPopupMenu>* m_subPopups; }; |