diff options
Diffstat (limited to 'lib/widgets/propeditor/propertymachinefactory.h')
-rw-r--r-- | lib/widgets/propeditor/propertymachinefactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/propertymachinefactory.h b/lib/widgets/propeditor/propertymachinefactory.h index a8d1e33f..09ea3bbe 100644 --- a/lib/widgets/propeditor/propertymachinefactory.h +++ b/lib/widgets/propeditor/propertymachinefactory.h @@ -20,7 +20,7 @@ #ifndef PROPERTYMACHINEFACTORY_H #define PROPERTYMACHINEFACTORY_H -#include <qmap.h> +#include <tqmap.h> #include "propertywidget.h" @@ -89,7 +89,7 @@ private: virtual ~PropertyMachineFactory(); //registered machines for property types - QMap<QString, createMachine > m_registeredForType; + TQMap<TQString, createMachine > m_registeredForType; }; } |