diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:25:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:25:07 -0600 |
commit | f7307c95135a3c1589799c6877d314a02a2260c1 (patch) | |
tree | 2defa5a196f5d9558af96b30258cbcb7969b1a93 /kimagemapeditor/kimagemapeditor.h | |
parent | ca1ec6eeaaf5744fae891a5b0696591bbaece795 (diff) | |
download | tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.tar.gz tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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; |