summaryrefslogtreecommitdiffstats
path: root/kbarcode/textlineedit.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:59:42 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:59:42 -0600
commit05f8ba84ce33da849bceb4c068a58711fe40b5d4 (patch)
treef12f9e37994fcb21fca1488742a8324180e99a96 /kbarcode/textlineedit.h
parentf1f618c34b558cbb9edf5ed4c2f4636b4b9c630e (diff)
downloadkbarcode-05f8ba84ce33da849bceb4c068a58711fe40b5d4.tar.gz
kbarcode-05f8ba84ce33da849bceb4c068a58711fe40b5d4.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kbarcode/textlineedit.h')
-rw-r--r--kbarcode/textlineedit.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/kbarcode/textlineedit.h b/kbarcode/textlineedit.h
index 4d23c55..282d22e 100644
--- a/kbarcode/textlineedit.h
+++ b/kbarcode/textlineedit.h
@@ -16,11 +16,11 @@
#include <tqwidget.h>
#include <knuminput.h>
-class KActionCollection;
-class KToggleAction;
-class KFontAction;
-class KFontSizeAction;
-class KToolBar;
+class TDEActionCollection;
+class TDEToggleAction;
+class TDEFontAction;
+class TDEFontSizeAction;
+class TDEToolBar;
class KSpell;
class KSpellConfig;
class KComboBox;
@@ -57,12 +57,12 @@ class TextLineEditor : public TQWidget {
KLineEdit* editor;
- KActionCollection* ac;
+ TDEActionCollection* ac;
KComboBox *action_font_type ;
- KToolBar* toolBar;
- KToolBar* tool2Bar;
- KToolBar* tool3Bar;
+ TDEToolBar* toolBar;
+ TDEToolBar* tool2Bar;
+ TDEToolBar* tool3Bar;