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