summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:03:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:03:05 -0600
commit1e229505aba4dcd319b4e3d26cfd9ac0604d1ae5 (patch)
tree317a86d8568b87e1ecb89703c0d90992c27e7421 /kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
parent08276021dd3df53e11e4781b478e14f0b0bb3b70 (diff)
downloadkipi-plugins-1e229505aba4dcd319b4e3d26cfd9ac0604d1ae5.tar.gz
kipi-plugins-1e229505aba4dcd319b4e3d26cfd9ac0604d1ae5.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kipi-plugins/simpleviewerexport/simpleviewerexport.cpp')
-rw-r--r--kipi-plugins/simpleviewerexport/simpleviewerexport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
index 2ddcec6..9f148d2 100644
--- a/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
+++ b/kipi-plugins/simpleviewerexport/simpleviewerexport.cpp
@@ -112,7 +112,7 @@ SimpleViewerExport::SimpleViewerExport(KIPI::Interface* interface, TQObject *par
m_simpleViewerFiles.append(viewer);
m_simpleViewerFiles.append("swfobject.js");
- const KAboutData *data = TDEApplication::kApplication()->aboutData();
+ const TDEAboutData *data = TDEApplication::kApplication()->aboutData();
m_hostName = TQString( data->appName() );
m_hostURL = data->homepage();