From fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:31 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- arts/gui/kde/dbtest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/gui') 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 ); -- cgit v1.2.1