summaryrefslogtreecommitdiffstats
path: root/kbarcode/multilineeditdlg.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-27 11:33:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-27 11:33:29 -0500
commitd265f2381c62364ad08b9fdc47659dfc773bf528 (patch)
tree9197e1692d85bdf5c54f33320dc68f26345ffa92 /kbarcode/multilineeditdlg.cpp
parent978254801353c7bfcc84aa3a3a7e9fac6aeae0e2 (diff)
downloadkbarcode-d265f2381c62364ad08b9fdc47659dfc773bf528.tar.gz
kbarcode-d265f2381c62364ad08b9fdc47659dfc773bf528.zip
Merge latest version of KBarCode with the TDE sources
This relates to Bug 2095 Note that a handful of translation strings did not merge properly
Diffstat (limited to 'kbarcode/multilineeditdlg.cpp')
-rw-r--r--kbarcode/multilineeditdlg.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/kbarcode/multilineeditdlg.cpp b/kbarcode/multilineeditdlg.cpp
index 65ead7b..18a7acf 100644
--- a/kbarcode/multilineeditdlg.cpp
+++ b/kbarcode/multilineeditdlg.cpp
@@ -20,7 +20,6 @@
// KDE includes
#include <tdeaction.h>
-#include <tdeversion.h>
#include <kcolordialog.h>
#include <tdefiledialog.h>
#include <tdelocale.h>
@@ -149,9 +148,6 @@ void MultiLineEditor::setupActions()
action_italic->plug( toolBar );
action_underline->plug( toolBar );
toolBar->insertSeparator();
-//#if KDE_IS_VERSION( 3, 1, 90 )
-// action_spell->plug( toolBar );
-//#endif
action_font->plug( tool2Bar );
action_font_size->plug( tool2Bar );
@@ -271,6 +267,7 @@ void MultiLineEditor::insertNewField()
void MultiLineEditor::checkSpelling()
{
+// FIXME: check and clean up spellchecking (Zsolt, 2008-04-07)
/*
#if KDE_IS_VERSION( 3, 1, 90 )
TQString s;