summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/listpopupmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/listpopupmenu.h')
-rw-r--r--umbrello/umbrello/listpopupmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/listpopupmenu.h b/umbrello/umbrello/listpopupmenu.h
index e7030090..1b61ab08 100644
--- a/umbrello/umbrello/listpopupmenu.h
+++ b/umbrello/umbrello/listpopupmenu.h
@@ -28,7 +28,7 @@ class ClassifierWidget;
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org
*/
-class ListPopupMenu : public KPopupMenu {
+class ListPopupMenu : public TDEPopupMenu {
public:
/// This type hosts all possible menu types.
@@ -321,7 +321,7 @@ private:
pm_NUMBER_OF_PIXMAPS
};
TQPixmap m_pixmap[pm_NUMBER_OF_PIXMAPS];
- KPopupMenu * m_pInsert, * m_pShow, * m_pColor;
+ TDEPopupMenu * m_pInsert, * m_pShow, * m_pColor;
void setupColor(bool fc);
void setupColorSelection(bool fc);
void setupDiagramMenu(UMLView* view);