summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:13:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:13:01 -0600
commitd86ed6c390d00cf5536c053d5f80fbcc1d41b773 (patch)
tree79fe50300cd20b60ca81d12306f22e6f69250f5a /tdefilereplace
parent051ae88012e0fd0ed56b862da0efa957f1a72957 (diff)
downloadtdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.tar.gz
tdewebdev-d86ed6c390d00cf5536c053d5f80fbcc1d41b773.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'tdefilereplace')
-rw-r--r--tdefilereplace/tdefilereplacepart.cpp2
-rw-r--r--tdefilereplace/tdefilereplacepart.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp
index 36f41cb8..f0ef5666 100644
--- a/tdefilereplace/tdefilereplacepart.cpp
+++ b/tdefilereplace/tdefilereplacepart.cpp
@@ -431,7 +431,7 @@ void KFileReplacePart::slotOptionPreferences()
void KFileReplacePart::showAboutApplication()
{
- m_aboutDlg = new KAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false);
+ m_aboutDlg = new TDEAboutApplication(createAboutData(), (TQWidget *)0, (const char *)0, false);
if(m_aboutDlg == 0)
return;
diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h
index bc507088..4ab3ab3b 100644
--- a/tdefilereplace/tdefilereplacepart.h
+++ b/tdefilereplace/tdefilereplacepart.h
@@ -19,7 +19,7 @@
// KDE
#include <tdeparts/part.h>
-class KAboutApplication;
+class TDEAboutApplication;
class TDEAboutData;
class TDEConfig;
@@ -39,7 +39,7 @@ class KFileReplacePart: public KParts::ReadOnlyPart
TQWidget* m_parentWidget,
* m_w;
TDEConfig* m_config;
- KAboutApplication* m_aboutDlg;
+ TDEAboutApplication* m_aboutDlg;
KeyValueMap m_replacementMap;
RCOptions* m_option;
bool m_stop,