summaryrefslogtreecommitdiffstats
path: root/parts/filecreate/filecreate_part.h
diff options
context:
space:
mode:
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;
};