summaryrefslogtreecommitdiff
path: root/library/qpemenubar.h
Unidiff
Diffstat (limited to 'library/qpemenubar.h') (more/less context) (show whitespace changes)
-rw-r--r--library/qpemenubar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/qpemenubar.h b/library/qpemenubar.h
index 736b12b..5bfbe83 100644
--- a/library/qpemenubar.h
+++ b/library/qpemenubar.h
@@ -65,6 +65,8 @@ public:
65 65
66protected: 66protected:
67 virtual void keyPressEvent( QKeyEvent *e ); 67 virtual void keyPressEvent( QKeyEvent *e );
68 void activateItem( int index );
69 void goodbye();
68}; 70};
69 71
70#endif 72#endif