This commit is contained in:
Luis Ángel San Martín
2013-10-23 10:26:13 +02:00
parent 51ffe5eacd
commit eaaf370930
15 changed files with 43 additions and 43 deletions

View File

@ -3,7 +3,7 @@
#include <QWidget>
class ScrapperLineEdit;
class ScraperLineEdit;
class SearchVolume : public QWidget
@ -14,7 +14,7 @@ public:
public slots:
QString getVolumeInfo();
private:
ScrapperLineEdit * volumeEdit;
ScraperLineEdit * volumeEdit;
};
#endif // SEARCH_VOLUME_H