diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:21:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:21:27 -0600 |
commit | 2f1044cf6325ef76548375b602a14f8eb56eeb3f (patch) | |
tree | a5c4773d5bcb1e35ca3717dc96ba5cfcfac1b5f2 /juk/tagguessertest.cpp | |
parent | 58646ccdcdc8ee08b081edba54e1460ff3295166 (diff) | |
download | tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.tar.gz tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'juk/tagguessertest.cpp')
-rw-r--r-- | juk/tagguessertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/tagguessertest.cpp b/juk/tagguessertest.cpp index 7f358343..7b92ee49 100644 --- a/juk/tagguessertest.cpp +++ b/juk/tagguessertest.cpp @@ -66,7 +66,7 @@ int main( int argc, char **argv ) { KAboutData aboutData("tagguessertest", "tagguessertest", "0.1"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app; + TDEApplication app; check( "/home/frerich/Chemical Brothers - (01) - Block rockin' beats [Live].mp3", "Block Rockin' Beats", "Chemical Brothers", "01", "Live" ); check( "/home/frerich/Chemical Brothers - (01) - Block rockin' beats (Live).mp3", |