summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:15:35 -0600
commitf78eb03afb8c9a380985d26286afc40b4c89b292 (patch)
tree3c087e2f119e645c902958c3bc3c802abf078ad0 /parts/filecreate/filecreate_part.h
parentda1941ccadffe5ae70ee111c53f0ec2b3d990869 (diff)
downloadtdevelop-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.h8
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;
};