From aa049a28e994b123b9f00f175fc553331ac03cf6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 11:03:42 -0600 Subject: Rename KAbout to avoid conflicts with KDE4 --- kbstateapplet/kbstate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbstateapplet') diff --git a/kbstateapplet/kbstate.cpp b/kbstateapplet/kbstate.cpp index 49eb509..f506b1e 100644 --- a/kbstateapplet/kbstate.cpp +++ b/kbstateapplet/kbstate.cpp @@ -714,7 +714,7 @@ void KbStateApplet::configureMouse() { void KbStateApplet::about() { TDEAboutData about("kbstateapplet", I18N_NOOP("Keyboard Status Applet"), "0.2", I18N_NOOP("Panel applet that shows the state of the modifier keys"), TDEAboutData::License_GPL_V2, "(C) 2004 Gunnar Schmi Dt"); - KAboutApplication a(&about, this); + TDEAboutApplication a(&about, this); a.exec(); } -- cgit v1.2.3