diff options
Diffstat (limited to 'src/view.h')
-rw-r--r-- | src/view.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ public: View( Document *document, ViewContainer *viewContainer, uint viewAreaId, const char *name = 0 ); virtual ~View(); - KAction * action( const TQString & name ) const; + TDEAction * action( const TQString & name ) const; bool isFocused() const { return b_isFocused; } /** * Pointer to the parent document |