summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--knewsticker/knewsticker.cpp2
-rw-r--r--kpf/src/Applet.cpp2
-rw-r--r--krfb/krfb/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp
index 1c8854e9..a6ea7ce3 100644
--- a/knewsticker/knewsticker.cpp
+++ b/knewsticker/knewsticker.cpp
@@ -113,7 +113,7 @@ void KNewsTicker::preferences()
void KNewsTicker::about()
{
- KAboutApplication aboutDlg(m_aboutData);
+ TDEAboutApplication aboutDlg(m_aboutData);
aboutDlg.exec();
}
diff --git a/kpf/src/Applet.cpp b/kpf/src/Applet.cpp
index 3b6b1902..f5feb871 100644
--- a/kpf/src/Applet.cpp
+++ b/kpf/src/Applet.cpp
@@ -215,7 +215,7 @@ namespace KPF
)
);
- KAboutApplication a(&about, this);
+ TDEAboutApplication a(&about, this);
a.exec();
}
diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp
index ee8fff85..125bbdb8 100644
--- a/krfb/krfb/main.cpp
+++ b/krfb/krfb/main.cpp
@@ -140,7 +140,7 @@ int main(int argc, char *argv[])
if (!RFBController::checkX11Capabilities())
return 1;
- TrayIcon trayicon(new KAboutApplication(&aboutData),
+ TrayIcon trayicon(new TDEAboutApplication(&aboutData),
config);
RFBController controller(config);
KRfbIfaceImpl dcopiface(&controller);