summaryrefslogtreecommitdiffstats
path: root/src/iteminterface.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
commit9aa2a73641f4d386c9667ac946cebfabca872940 (patch)
tree9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/iteminterface.h
parent0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff)
downloadktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz
ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/iteminterface.h')
-rw-r--r--src/iteminterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iteminterface.h b/src/iteminterface.h
index 4447219..6592597 100644
--- a/src/iteminterface.h
+++ b/src/iteminterface.h
@@ -25,7 +25,7 @@ class Variant;
class ColorCombo;
class KComboBox;
-class KToolBar;
+class TDEToolBar;
class KURLRequester;
class TQCheckBox;
class KLineEdit;
@@ -112,7 +112,7 @@ class ItemInterface : public TQObject
TQCheckBoxMap m_boolCheckMap;
// Use by item editor toolbar
- TQGuardedPtr<KToolBar> m_pActiveItemEditorToolBar;
+ TQGuardedPtr<TDEToolBar> m_pActiveItemEditorToolBar;
int m_toolBarWidgetID;