+
kbarcode - The Barcode Solution for TDE
diff --git a/kbarcode/confwizard.cpp b/kbarcode/confwizard.cpp
index e7d516a..f5e89e7 100644
--- a/kbarcode/confwizard.cpp
+++ b/kbarcode/confwizard.cpp
@@ -105,8 +105,8 @@ void ConfWizard::setupPage1()
pageLayout->addLayout( Layout8 );
KURLLabel1 = new KURLLabel( page, "KURLLabel1" );
- KURLLabel1->setText( "http://www.kbarcode.net" );
- KURLLabel1->setURL("http://www.kbarcode.net");
+ KURLLabel1->setText( "http://www.trinitydesktop.org" );
+ KURLLabel1->setURL("http://www.trinitydesktop.org");
pageLayout->addWidget( KURLLabel1 );
addPage( page, i18n( "Welcome" ) );
}
diff --git a/kbarcode/dsmainwindow.cpp b/kbarcode/dsmainwindow.cpp
index 51585f6..e116ecd 100644
--- a/kbarcode/dsmainwindow.cpp
+++ b/kbarcode/dsmainwindow.cpp
@@ -178,7 +178,7 @@ void DSMainWindow::appHelpActivated()
{
KMessageBox::information( this, i18n(
"The KBarcode documentation is avaible as PDF for download on our webpage.
") +
- "" +
+ "" +
i18n("Download Now") + "",
TQString(), TQString(), KMessageBox::AllowLink );
}
diff --git a/kbarcode/zplutils.cpp b/kbarcode/zplutils.cpp
index c9fe674..0db9c1c 100644
--- a/kbarcode/zplutils.cpp
+++ b/kbarcode/zplutils.cpp
@@ -94,7 +94,7 @@ TQString ZPLUtils::header()
{
TQString zpl = TQString();
- zpl += "^FXLabel created by KBarcode www.kbarcode.net\n";
+ zpl += "^FXLabel created by KBarcode www.trinitydesktop.org\n";
zpl += "^XA\n"; // Label start
zpl += "^JMA\n"; // set printer to 304dpi
zpl += "^LH0,0\n"; // set label origin to 0, 0