removeAccents refactorized out to the AccentsNormalizer class
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.h
index ca94f55..f3cabe6 100644 (file)
@@ -119,8 +119,6 @@ Q_SIGNALS:
     void updateCachingProgress(int, int);
 
 
-protected:
-    QString removeAccents(QString);
 
 private:
 /*! returns true or false depending on whether the dictionary is cached
@@ -140,7 +138,6 @@ private:
 
     int countWords();
     bool makeCache(QString dir);
-    void initAccents();
 
     //! language from which we translate
     QString _langFrom;
@@ -167,9 +164,8 @@ private:
     Settings *_settings;
     XdxfDictDialog* _dictDialog;
     XdxfCachingDialog* cachingDialog;
-
-    QMap<QChar, QRegExp> letters;
-    QRegExp noLetter;
+//    extern void initAccents();
+ //   extern QString removeAccents(QString string);
 
 };