diff options
Diffstat (limited to 'scripts/config/qconf.h')
-rw-r--r-- | scripts/config/qconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/config/qconf.h b/scripts/config/qconf.h index 45bfe9b2b9..a40036d1b0 100644 --- a/scripts/config/qconf.h +++ b/scripts/config/qconf.h @@ -1,6 +1,6 @@ -/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org> + * Released under the terms of the GNU GPL v2.0. */ #include <QTextBrowser> @@ -291,7 +291,6 @@ protected: class ConfigMainWindow : public QMainWindow { Q_OBJECT - char *configname; static QAction *saveAction; static void conf_changed(void); public: |