summaryrefslogtreecommitdiffstats
path: root/k9author/k9menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9menu.h')
-rw-r--r--k9author/k9menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menu.h b/k9author/k9menu.h
index c6d783f..d34150e 100644
--- a/k9author/k9menu.h
+++ b/k9author/k9menu.h
@@ -36,7 +36,7 @@ public:
enum eFormat {
PAL=1,NTSC=2
};
- k9Menu(TQObject *tqparent = 0, const char *name = 0);
+ k9Menu(TQObject *parent = 0, const char *name = 0);
~k9Menu();
k9MenuButton *addButton();
void createMenus(TQDomElement *_rootNode);