diff options
Diffstat (limited to 'kommander/factory')
-rw-r--r-- | kommander/factory/domtool.h | 4 | ||||
-rw-r--r-- | kommander/factory/kommanderfactory.h | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/kommander/factory/domtool.h b/kommander/factory/domtool.h index 98e299a2..034cb98e 100644 --- a/kommander/factory/domtool.h +++ b/kommander/factory/domtool.h @@ -24,8 +24,8 @@ #include <tqvariant.h> #include <tqnamespace.h> -class QDomElement; -class QDomDocument; +class TQDomElement; +class TQDomDocument; class DomTool : public Qt { diff --git a/kommander/factory/kommanderfactory.h b/kommander/factory/kommanderfactory.h index 03861c85..ba3d7744 100644 --- a/kommander/factory/kommanderfactory.h +++ b/kommander/factory/kommanderfactory.h @@ -31,12 +31,12 @@ #include <tqaction.h> #include "kommander_export.h" -class QWidget; -class QLayout; -class QDomElement; -class QListViewItem; -class QTable; -class QIconSet; +class TQWidget; +class TQLayout; +class TQDomElement; +class TQListViewItem; +class TQTable; +class TQIconSet; class KommanderPlugin; struct KommanderWidgetInfo |