summaryrefslogtreecommitdiffstats
path: root/src/view.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
commit9aa2a73641f4d386c9667ac946cebfabca872940 (patch)
tree9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/view.h
parent0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff)
downloadktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz
ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/view.h')
-rw-r--r--src/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view.h b/src/view.h
index 0fff775..b59d736 100644
--- a/src/view.h
+++ b/src/view.h
@@ -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