summaryrefslogtreecommitdiffstats
path: root/kbstateapplet
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:03:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 11:03:42 -0600
commitaa049a28e994b123b9f00f175fc553331ac03cf6 (patch)
tree0a710c6fe87171fdb652887812f723c90c09bb87 /kbstateapplet
parent05318b1e0c2cff1520c018f5431f87a5da4b89ac (diff)
downloadtdeaccessibility-aa049a28e994b123b9f00f175fc553331ac03cf6.tar.gz
tdeaccessibility-aa049a28e994b123b9f00f175fc553331ac03cf6.zip
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kbstateapplet')
-rw-r--r--kbstateapplet/kbstate.cpp2
1 files changed, 1 insertions, 1 deletions
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();
}