diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-03 23:53:52 -0500 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-03 23:53:52 -0500 | 
| commit | 80984a0dd569123c2208fdcf44e8c75caec05977 (patch) | |
| tree | 77877c1d6b4dc878c150875e69891d48025b2926 | |
| parent | a24b82e37d9134755426a44a9df500e2b3bd63f5 (diff) | |
| download | kbarcode-80984a0dd569123c2208fdcf44e8c75caec05977.tar.gz kbarcode-80984a0dd569123c2208fdcf44e8c75caec05977.zip | |
Download documentation files from TDE site until docbook conversion is complete
This relates to Bug 1876
| -rw-r--r-- | kbarcode/barcodes.html | 2 | ||||
| -rw-r--r-- | kbarcode/confwizard.cpp | 4 | ||||
| -rw-r--r-- | kbarcode/dsmainwindow.cpp | 2 | ||||
| -rw-r--r-- | kbarcode/zplutils.cpp | 2 | 
4 files changed, 5 insertions, 5 deletions
| diff --git a/kbarcode/barcodes.html b/kbarcode/barcodes.html index b2f688f..e0db139 100644 --- a/kbarcode/barcodes.html +++ b/kbarcode/barcodes.html @@ -7,7 +7,7 @@  <body>  <a name="top"></a> -<p><a href="http://www.kbarcode.net" target="_blank"> +<p><a href="http://www.trinitydesktop.org" target="_blank">      <font face="Verdana, Arial, Helvetica, sans-serif"> <b>kbarcode </b> - The Barcode Solution for  TDE </font>     </a></p> 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(          "<qt>The KBarcode documentation is avaible as PDF for download on our webpage.<br><br>") + -        "<a href=\"http://www.kbarcode.net/17.0.html\">" + +        "<a href=\"http://trinitydesktop.org/data/main/applications/kbarcode/kbarcode-2.0.0.pdf\">" +          i18n("Download Now") + "</a></qt>",          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 | 
