diff options
Diffstat (limited to 'kimagemapeditor/kimagemapeditor.h')
-rw-r--r-- | kimagemapeditor/kimagemapeditor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/kimagemapeditor.h b/kimagemapeditor/kimagemapeditor.h index bfe6dd98..d5462645 100644 --- a/kimagemapeditor/kimagemapeditor.h +++ b/kimagemapeditor/kimagemapeditor.h @@ -116,7 +116,7 @@ class KAction; #endif ///class TQListViewItem; class KCommandHistory; -class KApplication; +class TDEApplication; class TQTabWidget; class AreaListView; class ImagesListView; @@ -174,7 +174,7 @@ public : int showTagEditor(Area *); KCommandHistory *commandHistory() const; - KApplication* app() const; + TDEApplication* app() const; // Only refreshes the listView void updateSelection() const; |