diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 10:58:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 10:58:18 -0600 |
commit | 644a5cabd28a2fae9129bbcb6359caa4f2798fc4 (patch) | |
tree | 409bd87bd755049eb7f02d216183955bcb3463a9 /src/kstreamripper.cpp | |
parent | 4eb830901e815baf1d97148712ee79e4211c8785 (diff) | |
download | kstreamripper-644a5cabd28a2fae9129bbcb6359caa4f2798fc4.tar.gz kstreamripper-644a5cabd28a2fae9129bbcb6359caa4f2798fc4.zip |
Rename KAbout to avoid conflicts with KDE4
Diffstat (limited to 'src/kstreamripper.cpp')
-rw-r--r-- | src/kstreamripper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kstreamripper.cpp b/src/kstreamripper.cpp index 5b4fcd7..889376c 100644 --- a/src/kstreamripper.cpp +++ b/src/kstreamripper.cpp @@ -245,7 +245,7 @@ void KStreamRipper::browseButtonClicked() void KStreamRipper::aboutButtonClicked() { - KAboutApplication *aboutApp = new KAboutApplication(); + TDEAboutApplication *aboutApp = new TDEAboutApplication(); aboutApp->show(); } |