summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:54:25 -0600
commit9c2d3ea2c55aeea8ec62c36275f47e1eb2acceb5 (patch)
treee1bc6151dcb08cb8a572e39882a6fb10054e151c /kbarcode/batchwizard.cpp
parent3a5959381ad8f19244d717520a23ec5905b69bec (diff)
downloadkbarcode-9c2d3ea2c55aeea8ec62c36275f47e1eb2acceb5.tar.gz
kbarcode-9c2d3ea2c55aeea8ec62c36275f47e1eb2acceb5.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kbarcode/batchwizard.cpp')
-rw-r--r--kbarcode/batchwizard.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbarcode/batchwizard.cpp b/kbarcode/batchwizard.cpp
index 8415a17..b28ae3c 100644
--- a/kbarcode/batchwizard.cpp
+++ b/kbarcode/batchwizard.cpp
@@ -614,9 +614,9 @@ void BatchWizard::printNow( const TQString & printer, bool bUserInteraction )
if( !checkKeepOpen->isChecked() )
KWizard::accept();
- KApplication::setOverrideCursor( TQCursor( TQt::ArrowCursor ), true );
+ TDEApplication::setOverrideCursor( TQCursor( TQt::ArrowCursor ), true );
setupBatchPrinter( batch, batchType );
- KApplication::restoreOverrideCursor();
+ TDEApplication::restoreOverrideCursor();
delete prn;
delete batch;
@@ -873,7 +873,7 @@ void BatchWizard::loadFromFile()
void BatchWizard::loadFromClipboard()
{
- TQClipboard *cb = KApplication::clipboard();
+ TQClipboard *cb = TDEApplication::clipboard();
loadData( cb->text() );
}