diff options
Diffstat (limited to 'configdialog')
-rw-r--r-- | configdialog/kbfxconfigapp.cpp | 10 | ||||
-rw-r--r-- | configdialog/kbfxconfigapp.h | 4 | ||||
-rw-r--r-- | configdialog/kbfxconfigapp.lsm | 2 | ||||
-rw-r--r-- | configdialog/kbfxconfigdlgabout.ui | 2 | ||||
-rw-r--r-- | configdialog/kbfxconfigdlgabout.ui.h | 12 | ||||
-rw-r--r-- | configdialog/kbfxconfigdlgmain.ui | 2 | ||||
-rw-r--r-- | configdialog/main.cpp | 6 |
7 files changed, 19 insertions, 19 deletions
diff --git a/configdialog/kbfxconfigapp.cpp b/configdialog/kbfxconfigapp.cpp index fc31110..80f77fd 100644 --- a/configdialog/kbfxconfigapp.cpp +++ b/configdialog/kbfxconfigapp.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 * Siraj Razick <siraj@kdemail.net> - * PhobosK <phobosk@mail.kbfx.org> + * PhobosK <phobosk@mail.kbfx.net> * see Also AUTHORS * * This program is free software; you can redistribute it and/or modify @@ -28,10 +28,10 @@ KbfxConfigApp::KbfxConfigApp ( TQWidget* parent, const char* name, WFlags fl ) m_KbfxVersion = tr2i18n ( "<p align='center'>%1</p>" ); m_KbfxVersion2 = tr2i18n ( "You are running: <b>KBFX " APPLICATION_VERSION "</b>" ); m_KbfxNewsBrowserError = tr2i18n ( "<br><p align='center'><font color='#ff0000'>" - "The connection to the KBFX News Section on www.kbfx.org is broken." + "The connection to the KBFX News Section on www.kbfx.net is broken." "</font><br><br>" "If you want you can check the latest news for KBFX from here:" - "<br><a href='http://www.kbfx.org/'>KBFX News</a></p>" ); + "<br><a href='http://www.kbfx.net/'>KBFX News</a></p>" ); m_KbfxLogoButton = tr2i18n ( "<font size='+1'><b>KBFX start button</b><br></font>" "<b>Tip! </b>" "You have 3 options to select for your KBFX start button." @@ -64,7 +64,7 @@ KbfxConfigApp::KbfxConfigApp ( TQWidget* parent, const char* name, WFlags fl ) m_KbfxLogoTooltip = tr2i18n ( "<font size='+1'><b>KBFX tooltip settings</b><br></font>" "<b>Tip! </b>" "Here you can configure the behaviour of KBFX's own tooltip." ); - m_KbfxNewsBrowserAddress = "http://www.kbfx.org/news/"; + m_KbfxNewsBrowserAddress = "http://www.kbfx.net/news/"; InitForm(); } @@ -379,7 +379,7 @@ void KbfxConfigApp::KbfxNewsBrowserLoad() void KbfxConfigApp::KbfxGetMoreThemesClicked() { - KRun::runCommand ( "konqueror 'http://www.kbfx.org/news/new_themes.html'" ); + KRun::runCommand ( "konqueror 'http://www.kbfx.net/news/new_themes.html'" ); return ; } diff --git a/configdialog/kbfxconfigapp.h b/configdialog/kbfxconfigapp.h index ffcd6b1..40b3a2c 100644 --- a/configdialog/kbfxconfigapp.h +++ b/configdialog/kbfxconfigapp.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2006 * Siraj Razick <siraj@kdemail.net> - * PhobosK <phobosk@mail.kbfx.org> + * PhobosK <phobosk@mail.kbfx.net> * see Also AUTHORS * * This program is free software; you can redistribute it and/or modify @@ -80,7 +80,7 @@ /** * @short Application Main Window - * @author PhobosK <phobosk@mail.kbfx.org> + * @author PhobosK <phobosk@mail.kbfx.net> * @version 0.1 */ diff --git a/configdialog/kbfxconfigapp.lsm b/configdialog/kbfxconfigapp.lsm index 08aed8e..f5e0178 100644 --- a/configdialog/kbfxconfigapp.lsm +++ b/configdialog/kbfxconfigapp.lsm @@ -4,7 +4,7 @@ Version: R14.0.0 Entered-date: 2010-05-10 Description: TDE Menu button and menu alternative for the Trinity Desktop Environment Keywords: TDE Qt -Author: PhobosK <phobosk@mail.kbfx.org> +Author: PhobosK <phobosk@mail.kbfx.net> Maintained-by: The Trinity Desktop Environment (TDE) http://www.trinitydesktop.org/ Primary-site: http://git.trinitydesktop.org/cgit/ Alternate-site: diff --git a/configdialog/kbfxconfigdlgabout.ui b/configdialog/kbfxconfigdlgabout.ui index 48d40f5..1a2fca9 100644 --- a/configdialog/kbfxconfigdlgabout.ui +++ b/configdialog/kbfxconfigdlgabout.ui @@ -245,7 +245,7 @@ THANKS A LOT ALL OF YOU OUT THERE!!!</string> <enum>StyledPanel</enum> </property> <property name="text"> - <string><strong>Name:</strong> Siraj Razick<br><br><strong>Country:</strong> Sri Lanka<br><br><strong>KBFX:</strong> Author, Maintainer, Developer, Project Admin<br><br><strong>Email:</strong> siraj(a)mail.kbfx.org</string> + <string><strong>Name:</strong> Siraj Razick<br><br><strong>Country:</strong> Sri Lanka<br><br><strong>KBFX:</strong> Author, Maintainer, Developer, Project Admin<br><br><strong>Email:</strong> siraj(a)mail.kbfx.net</string> </property> <property name="wrapPolicy"> <enum>AtWordOrDocumentBoundary</enum> diff --git a/configdialog/kbfxconfigdlgabout.ui.h b/configdialog/kbfxconfigdlgabout.ui.h index fa31f83..d85ce1a 100644 --- a/configdialog/kbfxconfigdlgabout.ui.h +++ b/configdialog/kbfxconfigdlgabout.ui.h @@ -26,7 +26,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> co-author, Q/A, system design, web designer, bug hunter, project administror" "<br><br>" - "<strong>Email:</strong> nookie@mail.kbfx.org" ); + "<strong>Email:</strong> nookie@mail.kbfx.net" ); KbfxMemberTextSiraj = tr2i18n ( "<strong>Name:</strong> Siraj Razick" @@ -35,7 +35,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> author, maintainer, developer, project administror" "<br><br>" - "<strong>Email:</strong> siraj@mail.kbfx.org" ); + "<strong>Email:</strong> siraj@mail.kbfx.net" ); KbfxMemberTextNathanael = tr2i18n ( "<strong>Name:</strong> Nathanael Dracor Gogniat" @@ -44,7 +44,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> project technical writer, documentation manager, co-author" "<br><br>" - "<strong>Email:</strong> nathanael@mail.kbfx.org" ); + "<strong>Email:</strong> nathanael@mail.kbfx.net" ); KbfxMemberTextPhobosK = tr2i18n ( "<strong>Name:</strong> PhobosK" @@ -53,7 +53,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> package & release manager, Q/A, bug hunter, mandriva packages, project administrator, developer TQt/C++" "<br><br>" - "<strong>Email:</strong> phobosk@mail.kbfx.org" ); + "<strong>Email:</strong> phobosk@mail.kbfx.net" ); KbfxMemberTextJohnny = tr2i18n ( "<strong>Name:</strong> Johnny Henry Saenz Acuna (scarebyte)" @@ -62,7 +62,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> developer TQt4/C++" "<br><br>" - "<strong>Email:</strong> saenzac@mail.kbfx.org" ); + "<strong>Email:</strong> saenzac@mail.kbfx.net" ); KbfxMemberTextEphracis = tr2i18n ( "<strong>Name:</strong> Christoffer Brodd-Reijer (Ephracis)" @@ -71,7 +71,7 @@ void KbfxConfigDlgAbout::init() "<br><br>" "<strong>KBFX:</strong> library developer for Raptor" "<br><br>" - "<strong>Email:</strong> ephracis@mail.kbfx.org" ); + "<strong>Email:</strong> ephracis@mail.kbfx.net" ); } bool KbfxConfigDlgAbout::eventFilter ( TQObject *obj, TQEvent *ev ) diff --git a/configdialog/kbfxconfigdlgmain.ui b/configdialog/kbfxconfigdlgmain.ui index 6c9a1eb..e865258 100644 --- a/configdialog/kbfxconfigdlgmain.ui +++ b/configdialog/kbfxconfigdlgmain.ui @@ -189,7 +189,7 @@ <enum>Sunken</enum> </property> <property name="text"> - <string><br><p align="center"><br><br><br>If you want you can check the latest news for KBFX from here:<br><a href="http://www.kbfx.org/">KBFX News</a></p></string> + <string><br><p align="center"><br><br><br>If you want you can check the latest news for KBFX from here:<br><a href="http://www.kbfx.net/">KBFX News</a></p></string> </property> </widget> </vbox> 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 <siraj@kdemail.net> - * PhobosK <phobosk@mail.kbfx.org> + * PhobosK <phobosk@mail.kbfx.net> * 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, - "phobosk@mail.kbfx.org" ); - about.addAuthor ( "PhobosK", 0, "phobosk@mail.kbfx.org" ); + "phobosk@mail.kbfx.net" ); + about.addAuthor ( "PhobosK", 0, "phobosk@mail.kbfx.net" ); TDECmdLineArgs::init( argc, argv, &about ); KUniqueApplication::addCmdLineOptions(); |