summaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/popupeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/popupeditor/popupeditor.h')
-rw-r--r--src/modules/popupeditor/popupeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/popupeditor.h b/src/modules/popupeditor/popupeditor.h
index 5c4ce209..5c214ff9 100644
--- a/src/modules/popupeditor/popupeditor.h
+++ b/src/modules/popupeditor/popupeditor.h
@@ -42,7 +42,7 @@ public:
enum Type { Item , Menu , Separator , Label , Epilogue , Prologue , ExtMenu };
public:
KviPopupListViewItem(KviTalListView * pListView,KviPopupListViewItem * after,Type t);
- KviPopupListViewItem(KviPopupListViewItem * tqparent,KviPopupListViewItem * after,Type t);
+ KviPopupListViewItem(KviPopupListViewItem * parent,KviPopupListViewItem * after,Type t);
public:
Type m_type;
TQString m_szText;