From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- knotes/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knotes/main.cpp') diff --git a/knotes/main.cpp b/knotes/main.cpp index f1f78c5b..13a525cf 100644 --- a/knotes/main.cpp +++ b/knotes/main.cpp @@ -90,12 +90,12 @@ int main( int argc, char* argv[] ) { TQString version = TQString::number( KNOTES_VERSION ); - KAboutData aboutData( + TDEAboutData aboutData( "knotes", I18N_NOOP("KNotes"), version.latin1(), I18N_NOOP( "TDE Notes" ), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 1997-2006, The KNotes Developers") ); -- cgit v1.2.3