aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qtfiledialog_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/qtfiledialog_p.h')
-rw-r--r--src/qmmpui/qtfiledialog_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qmmpui/qtfiledialog_p.h b/src/qmmpui/qtfiledialog_p.h
index d78812e1f..dccc89c46 100644
--- a/src/qmmpui/qtfiledialog_p.h
+++ b/src/qmmpui/qtfiledialog_p.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2008 by Ilya Kotov *
+ * Copyright (C) 2008-2012 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -33,9 +33,9 @@ class QTranslator;
class QtFileDialogFactory : public QObject, public FileDialogFactory
{
Q_OBJECT
- Q_INTERFACES(FileDialogFactory);
+ Q_INTERFACES(FileDialogFactory)
public:
- QtFileDialogFactory(){};
+ QtFileDialogFactory(){}
FileDialog* create();
const FileDialogProperties properties() const;
void showAbout(QWidget*);