summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/rawconverter
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
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')
-rw-r--r--kipi-plugins/rawconverter/batchdialog.cpp2
-rw-r--r--kipi-plugins/rawconverter/singledialog.cpp2
2 files changed, 2 insertions, 2 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");
diff --git a/kipi-plugins/rawconverter/singledialog.cpp b/kipi-plugins/rawconverter/singledialog.cpp
index 3b21f36..fdea7bd 100644
--- a/kipi-plugins/rawconverter/singledialog.cpp
+++ b/kipi-plugins/rawconverter/singledialog.cpp
@@ -115,7 +115,7 @@ SingleDialog::SingleDialog(const TQString& file, 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 convert a Raw image"),
"(c) 2003-2005, Renchi Raju\n"
"(c) 2006-2008, Gilles Caulier");