diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 12:58:25 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-01 04:47:00 +0100 |
commit | cf2d17d73113542bfc76be50cd990e2042ae0359 (patch) | |
tree | b758f7357ef575ab098f9ba043ec3b952da158af | |
parent | 8d2310eed3074170e1b11efc5ab8cb6fa8f7f8ec (diff) | |
download | smb4k-cf2d17d73113542bfc76be50cd990e2042ae0359.tar.gz smb4k-cf2d17d73113542bfc76be50cd990e2042ae0359.zip |
Fix inadvertent tqt changes.
(cherry picked from commit 5eeae05d1c442d56cc12e4d04a1c0f53e6741203)
-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 070dd7a..cb882d1 100644 --- a/plugin/smb4k_konqplugin.cpp +++ b/plugin/smb4k_konqplugin.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Massimo Callegari * - * massitqmocallegari@yahoo.it * + * massimocallegari@yahoo.it * * * * 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" ), "dustpuppy@users.berlios.de" ); - aboutData.addAuthor( "Massimo Callegari", I18N_NOOP( "Developer" ), "massitqmocallegari@yahoo.it" ); + aboutData.addAuthor( "Massimo Callegari", I18N_NOOP( "Developer" ), "massimocallegari@yahoo.it" ); aboutData.addAuthor( "Franck Babin", I18N_NOOP( "Developer" ), "babinfranck@yahoo.ca" ); // All our credits: |