diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:20:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:20:31 -0600 |
commit | fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch) | |
tree | aa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /juk/tagguessertest.cpp | |
parent | ce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff) | |
download | tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip |
Rename KInstance and KAboutData 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 7b92ee49..0a7c09bb 100644 --- a/juk/tagguessertest.cpp +++ b/juk/tagguessertest.cpp @@ -64,7 +64,7 @@ void check( const TQString &filename, const TQString &title, int main( int argc, char **argv ) { - KAboutData aboutData("tagguessertest", "tagguessertest", "0.1"); + TDEAboutData aboutData("tagguessertest", "tagguessertest", "0.1"); TDECmdLineArgs::init(argc, argv, &aboutData); TDEApplication app; check( "/home/frerich/Chemical Brothers - (01) - Block rockin' beats [Live].mp3", |