--- klamav-0.35/src/dbviewer.h.orig 2005-12-18 20:08:17.000000000 +0100 +++ klamav-0.35/src/dbviewer.h 2006-04-08 11:39:40.000000000 +0200 @@ -62,7 +62,7 @@ int listdir(const char *dirname); int checkdir(const char *dirname); int listdb(const char *filename); - unsigned int KlamDB::getSigNos(); + unsigned int getSigNos(); KProgress* prog; KProgressDialog* progress; void addVirusName(char * start); --- klamav-0.35/src/freshklam.h.orig 2005-12-04 16:59:08.000000000 +0100 +++ klamav-0.35/src/freshklam.h 2006-04-08 11:41:20.000000000 +0200 @@ -70,7 +70,7 @@ QString getCurrentDBDir(); bool isFreshklamAlive(); QPushButton *search_button, *cancel_button; - void Freshklam::enableAutoUpdates(); + void enableAutoUpdates(); protected: /** --- klamav-0.35/src/scanviewer.h.orig 2006-01-15 12:46:44.000000000 +0100 +++ klamav-0.35/src/scanviewer.h 2006-04-08 11:43:01.000000000 +0200 @@ -126,7 +126,7 @@ void Quarantine(); void askUser(); int countFiles( QDir & root); - void ScanViewer::startProgress(); + void startProgress(); QLineEdit *template_edit; QComboBox *files_combo, *pattern_combo, *check_combo; //KComboBox *dir_combo;