diff options
Diffstat (limited to 'kexi/core/kexitemplateloader.h')
-rw-r--r-- | kexi/core/kexitemplateloader.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kexi/core/kexitemplateloader.h b/kexi/core/kexitemplateloader.h index 131eda31..b05d692e 100644 --- a/kexi/core/kexitemplateloader.h +++ b/kexi/core/kexitemplateloader.h @@ -20,17 +20,17 @@ #ifndef KEXI_TEMPLLOADER_H #define KEXI_TEMPLLOADER_H -#include <qpixmap.h> +#include <tqpixmap.h> #include "kexiprojectdata.h" //! A structure providing information about single kexi database template file struct KEXICORE_EXPORT KexiTemplateInfo { - typedef QValueList<KexiTemplateInfo> List; + typedef TQValueList<KexiTemplateInfo> List; - QString filename, name, description; - QPixmap icon; - QValueList<KexiProjectData::ObjectInfo> autoopenObjects; + TQString filename, name, description; + TQPixmap icon; + TQValueList<KexiProjectData::ObjectInfo> autoopenObjects; }; //! Handles retrieving information about templates @@ -38,7 +38,7 @@ class KEXICORE_EXPORT KexiTemplateLoader { public: static KexiTemplateInfo::List loadListInfo(); - static KexiTemplateInfo loadInfo(const QString& directory); + static KexiTemplateInfo loadInfo(const TQString& directory); }; #endif |