summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/widgetfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/widgetfactory.h')
-rw-r--r--kexi/formeditor/widgetfactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/formeditor/widgetfactory.h b/kexi/formeditor/widgetfactory.h
index 0bc2b47c..7be11444 100644
--- a/kexi/formeditor/widgetfactory.h
+++ b/kexi/formeditor/widgetfactory.h
@@ -40,7 +40,7 @@ class TQDomElement;
class TQDomDocument;
class TQVariant;
class TQListView;
-class KActionCollection;
+class TDEActionCollection;
class KTextEdit;
class KLineEdit;
class KXMLGUIClient;
@@ -107,7 +107,7 @@ class KFORMEDITOR_EXPORT WidgetInfo
If this name is found when loading a .ui file, the className() will be used instead.
It allows to support both KDE and TQt versions of widget, without duplicating code.
As a rule, className() should always return a class name which is inherited from
- alternate class. For example KListView class has alternate TQListView class.
+ alternate class. For example TDEListView class has alternate TQListView class.
\a override parameter overrides class name of a widget,
even if it was implemented in other factory.
@@ -300,7 +300,7 @@ class KFORMEDITOR_EXPORT WidgetFactory : public TQObject
/*! Creates custom actions. Reimplement this if you need to add some
actions coming from the factory. */
- virtual void createCustomActions(KActionCollection *col) { Q_UNUSED(col); };
+ virtual void createCustomActions(TDEActionCollection *col) { Q_UNUSED(col); };
/*! This function can be used to add custom items in widget \a w context
menu \a menu. */