summaryrefslogtreecommitdiffstats
path: root/kbarcode/labeleditor.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/labeleditor.cpp
parent3a5959381ad8f19244d717520a23ec5905b69bec (diff)
downloadkbarcode-9c2d3ea2c55aeea8ec62c36275f47e1eb2acceb5.tar.gz
kbarcode-9c2d3ea2c55aeea8ec62c36275f47e1eb2acceb5.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kbarcode/labeleditor.cpp')
-rw-r--r--kbarcode/labeleditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/labeleditor.cpp b/kbarcode/labeleditor.cpp
index fbe61c4..5088890 100644
--- a/kbarcode/labeleditor.cpp
+++ b/kbarcode/labeleditor.cpp
@@ -131,7 +131,7 @@ LabelEditor::LabelEditor( TQWidget *parent, TQString _filename, const char *name
description = TQString();
d = new Definition();
- m_token = new TokenProvider( TQT_TQPAINTDEVICE(KApplication::desktop()) );
+ m_token = new TokenProvider( TQT_TQPAINTDEVICE(TDEApplication::desktop()) );
statusBar()->insertItem( "", STATUS_ID_TEMPLATE, 0, true );
statusBar()->insertItem( "", STATUS_ID_SIZE, 0, true );