diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:10:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 11:10:19 -0600 |
commit | 84673b354321cc022a8d8ec46dba6aa1dd6f95ef (patch) | |
tree | e74655fb4b281fb2fd4d63da0f6a5690b7fe5754 /kpf | |
parent | 9a03aa40e3110a537b19f8a708d6782c69526f30 (diff) | |
download | tdenetwork-84673b354321cc022a8d8ec46dba6aa1dd6f95ef.tar.gz tdenetwork-84673b354321cc022a8d8ec46dba6aa1dd6f95ef.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'kpf')
-rw-r--r-- | kpf/src/Applet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |