diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:06:13 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:06:13 -0500 |
commit | 3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (patch) | |
tree | 0fada56ebb36b8078899a24ad1ead1817454151b /kode/kwsdl/tests/google | |
parent | 06638019146186a13b078bdc4ad8fa6b9dbc375c (diff) | |
download | tdepim-3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4.tar.gz tdepim-3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kode/kwsdl/tests/google')
-rw-r--r-- | kode/kwsdl/tests/google/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kode/kwsdl/tests/google/main.cc b/kode/kwsdl/tests/google/main.cc index fd4b82462..5d874a904 100644 --- a/kode/kwsdl/tests/google/main.cc +++ b/kode/kwsdl/tests/google/main.cc @@ -7,7 +7,7 @@ int main( int argc, char **argv ) { - KAboutData aboutData( "kgooglesearch", "KDE Google Search", "0.1", "", KAboutData::License_GPL ); + KAboutData aboutData( "kgooglesearch", "TDE Google Search", "0.1", "", KAboutData::License_GPL ); aboutData.addAuthor( "Tobias Koenig", 0, "tokoe@kde.org" ); KCmdLineArgs::init( argc, argv, &aboutData ); |