From e9dafbb9d016a1aa5e90bb12c63c12b8521cf059 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 1 Jul 2012 15:46:30 -0500 Subject: Add ability for instruments to add menu options to the main window --- lib/libtqtrla/src/tqtrla.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libtqtrla/src/tqtrla.h') diff --git a/lib/libtqtrla/src/tqtrla.h b/lib/libtqtrla/src/tqtrla.h index b43ea22..fe3c5ee 100644 --- a/lib/libtqtrla/src/tqtrla.h +++ b/lib/libtqtrla/src/tqtrla.h @@ -22,6 +22,9 @@ #define TQTRLA_H #include +#include + +#include #include @@ -45,6 +48,7 @@ namespace KParts public: KURL url() const { return m_url; } virtual bool closeURL(); + virtual TQPtrList menuActionList(); protected slots: void close(); -- cgit v1.2.3