diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:20:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:20:31 -0600 |
commit | fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch) | |
tree | aa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /arts/gui/kde | |
parent | ce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff) | |
download | tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'arts/gui/kde')
-rw-r--r-- | arts/gui/kde/dbtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/gui/kde/dbtest.cpp b/arts/gui/kde/dbtest.cpp index e792edd8..9e569567 100644 --- a/arts/gui/kde/dbtest.cpp +++ b/arts/gui/kde/dbtest.cpp @@ -26,8 +26,8 @@ kdDebug() << k_funcinfo << endl; int main( int argc, char* argv[] ) { - KAboutData aboutData( "dbtest", I18N_NOOP( "dBTest" ), - "0.1", "", KAboutData::License_GPL, + TDEAboutData aboutData( "dbtest", I18N_NOOP( "dBTest" ), + "0.1", "", TDEAboutData::License_GPL, "(c) 2002, Arnold Krille" ); aboutData.addAuthor( "Arnold Krille", I18N_NOOP( "Creator" ), "arnold@arnoldarts.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); |