summaryrefslogtreecommitdiffstats
path: root/kfind/kfinddlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kfinddlg.cpp')
-rw-r--r--kfind/kfinddlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kfinddlg.cpp b/kfind/kfinddlg.cpp
index bee2c062b..7abe4236f 100644
--- a/kfind/kfinddlg.cpp
+++ b/kfind/kfinddlg.cpp
@@ -230,7 +230,7 @@ void KfindDlg::copySelection()
void KfindDlg::about ()
{
- KAboutApplication dlg(this, "about", true);
+ TDEAboutApplication dlg(this, "about", true);
dlg.exec ();
}