diff options
Diffstat (limited to 'configdialog/main.cpp')
-rw-r--r-- | configdialog/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/main.cpp b/configdialog/main.cpp index f980748..4995ccb 100644 --- a/configdialog/main.cpp +++ b/configdialog/main.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 * Siraj Razick <[email protected]> - * PhobosK <[email protected]> + * PhobosK <[email protected]> * see Also AUTHORS * * This program is free software; you can redistribute it and/or modify @@ -139,8 +139,8 @@ int main ( int argc, char **argv ) "(C) 2006 PhobosK", 0, 0, - "[email protected]" ); - about.addAuthor ( "PhobosK", 0, "[email protected]" ); + "[email protected]" ); + about.addAuthor ( "PhobosK", 0, "[email protected]" ); TDECmdLineArgs::init( argc, argv, &about ); KUniqueApplication::addCmdLineOptions(); |