summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/rawconverter/batchdialog.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/rawconverter/batchdialog.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/rawconverter/batchdialog.cpp')
-rw-r--r--kipi-plugins/rawconverter/batchdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/rawconverter/batchdialog.cpp b/kipi-plugins/rawconverter/batchdialog.cpp
index d3350d1..82ff60c 100644
--- a/kipi-plugins/rawconverter/batchdialog.cpp
+++ b/kipi-plugins/rawconverter/batchdialog.cpp
@@ -135,7 +135,7 @@ BatchDialog::BatchDialog(TQWidget* /*parent*/)
m_about = new KIPIPlugins::KPAboutData(I18N_NOOP("RAW Image Converter"),
0,
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
I18N_NOOP("A Kipi plugin to batch convert Raw images"),
"(c) 2003-2005, Renchi Raju\n"
"(c) 2006-2008, Gilles Caulier");