Fix build with Qt 4.6

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@350 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer 2009-12-12 23:28:46 +00:00
parent 327ca86ee2
commit a398bbad36
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public:
/*!
This is the common base interface for databases. Every database class must implement this interface necessarily.
*/
class IDatabase:public QObject{
class IDatabase{
public:
virtual ~IDatabase(){};