diff options
-rw-r--r-- | plugin/smb4k_konqplugin.cpp | 2 | ||||
-rw-r--r-- | smb4k/core/smb4kerror.cpp | 2 | ||||
-rw-r--r-- | smb4k/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugin/smb4k_konqplugin.cpp b/plugin/smb4k_konqplugin.cpp index e520706..21f9d8d 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Massimo Callegari * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/smb4k/core/smb4kerror.cpp b/smb4k/core/smb4kerror.cpp index d814db4..6beff4d 100644 --- a/smb4k/core/smb4kerror.cpp +++ b/smb4k/core/smb4kerror.cpp @@ -405,4 +405,4 @@ void Smb4KError::information( int code, const TQString &text, const TQString &de } } -// No tqmoc file needs to be included +// No moc file needs to be included diff --git a/smb4k/main.cpp b/smb4k/main.cpp index 439e5be..c000af4 100644 --- a/smb4k/main.cpp +++ b/smb4k/main.cpp @@ -67,7 +67,7 @@ int main( int argc, char *argv[] ) // Authors: aboutData.addAuthor( "Alexander Reinholdt", I18N_NOOP( "Developer" ), "[email protected]" ); - aboutData.addAuthor( "Massimo Callegari", I18N_NOOP( "Developer" ), "[email protected]" ); + aboutData.addAuthor( "Massimo Callegari", I18N_NOOP( "Developer" ), "[email protected]" ); aboutData.addAuthor( "Franck Babin", I18N_NOOP( "Developer" ), "[email protected]" ); // All our credits: |