diff options
Diffstat (limited to 'knotes')
-rw-r--r-- | knotes/ChangeLog | 2 | ||||
-rw-r--r-- | knotes/main.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
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 <charles@kde.org> - 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 <espen@kde.org> 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") ); |