diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kview/photobook/photobook.h | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kview/photobook/photobook.h')
-rw-r--r-- | kview/photobook/photobook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/photobook/photobook.h b/kview/photobook/photobook.h index 1f9bd136..b7c8ee63 100644 --- a/kview/photobook/photobook.h +++ b/kview/photobook/photobook.h @@ -122,7 +122,7 @@ public: ~PhotoBookPart(); virtual bool openURL(const KURL &url); - static KAboutData* createAboutData(); + static TDEAboutData* createAboutData(); virtual bool openFile(); public slots: |