Global auto-type now works when using the kde plugin

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@156 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
sniperbeamer
2008-02-16 22:08:30 +00:00
parent 2149d4cfe1
commit 619eaa1552
8 changed files with 87 additions and 6 deletions

View File

@@ -27,8 +27,8 @@
class GnomePlugin:public QObject,public IFileDialog,public IGnomeInit{
Q_OBJECT
Q_INTERFACES(IFileDialog)
Q_INTERFACES(IGnomeInit)
Q_INTERFACES(IFileDialog);
Q_INTERFACES(IGnomeInit);
public:
virtual QString openExistingFileDialog(QWidget* parent,QString title,QString dir,
QStringList Filters);