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/ChangeLog | 2 +- knotes/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'knotes') diff --git a/knotes/ChangeLog b/knotes/ChangeLog index 3567dceff..b0d0c047c 100644 --- a/knotes/ChangeLog +++ b/knotes/ChangeLog @@ -816,7 +816,7 @@ ChangeLog for KNotes 2000/01/30 Charles Samuels - This is my daily huge commit for KAboutData. There are also patches for + This is my daily huge commit for TDEAboutData. There are also patches for TDECmdLineArgs (so it works). Ktop is really doing bad folks. 2000/01/03 Espen Sand diff --git a/knotes/main.cpp b/knotes/main.cpp index f1f78c5b3..13a525cf0 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.1