diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
commit | 609724b5d29f25236bee59d0cb794602d391a96b (patch) | |
tree | 6a7cbc4d42a570e50e44ad782d9bc6cdee289edb /konq-plugins/fsview/fsview_part.h | |
parent | da2af448849a961235925b69430584d0bfe94b1f (diff) | |
download | tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.tar.gz tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/fsview/fsview_part.h')
-rw-r--r-- | konq-plugins/fsview/fsview_part.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/fsview/fsview_part.h b/konq-plugins/fsview/fsview_part.h index 23ffe32..0919918 100644 --- a/konq-plugins/fsview/fsview_part.h +++ b/konq-plugins/fsview/fsview_part.h @@ -29,7 +29,7 @@ #include "fsview.h" -class KAboutData; +class TDEAboutData; class KActionMenu; class FSViewPart; @@ -93,7 +93,7 @@ public: bool supportsUndo() const { return false; } - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); FSView* view() const { return _view; } public slots: |