From fd7791939e48e06e7f0b9cc9d32738757783e180 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:52:27 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 24f44b5..429dc2a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -170,8 +170,8 @@ int main(int argc, char *argv[]) #endif //TQApplication::setColorSpec( TQApplication::ManyColor ); // Grab all 216 colors - KAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kdiff3", I18N_NOOP("KDiff3"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2002-2007 Joachim Eibl", 0, "http://kdiff3.sourceforge.net/", "joachim.eibl" "@" "gmx.de"); aboutData.addAuthor("Joachim Eibl",0, "joachim.eibl" "@" "gmx.de"); aboutData.addCredit("Eike Sauer", "Bugfixes, Debian package maintainer" ); -- cgit v1.2.3