diff --git a/kaddressbook/xxport/shared/xxport.h b/kaddressbook/xxport/shared/xxport.h index df2376b0632cd51a5be55701ed997d5c3b6cf72c..2cf3c4b67cbdb91dee41ab089ccc1187ebd11832 100644 --- a/kaddressbook/xxport/shared/xxport.h +++ b/kaddressbook/xxport/shared/xxport.h @@ -22,7 +22,7 @@ #include -#include +#include /** * @short The base class for all import/export modules. @@ -82,7 +82,7 @@ protected: private: QWidget *mParentWidget; - QMap mOptions; + QHash mOptions; }; #endif diff --git a/kmail/foldershortcutactionmanager.h b/kmail/foldershortcutactionmanager.h index ee235f2cee6bf9f16f9ed9604823fdb244a172cf..673ed1bfa22de562c80d27bd0ac01c2e0f34e825 100644 --- a/kmail/foldershortcutactionmanager.h +++ b/kmail/foldershortcutactionmanager.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include @@ -84,7 +84,7 @@ private slots: private: void updateShortcutsForIndex( const QModelIndex &parent, int start, int end ); - QMap< Akonadi::Entity::Id, FolderShortcutCommand* > mFolderShortcutCommands; + QHash< Akonadi::Entity::Id, FolderShortcutCommand* > mFolderShortcutCommands; KActionCollection *mActionCollection; QWidget *mParent; };