diff options
Diffstat (limited to 'app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch')
-rw-r--r-- | app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch b/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch new file mode 100644 index 000000000000..26aa51dc0836 --- /dev/null +++ b/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch @@ -0,0 +1,11 @@ +--- trunk/src/Database.h 2009/12/12 23:06:47 349 ++++ trunk/src/Database.h 2009/12/12 23:28:46 350 +@@ -233,7 +233,7 @@ + /*! + 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(){}; + |