diff options
Diffstat (limited to 'src/ui/configdialog.h')
| -rw-r--r-- | src/ui/configdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/configdialog.h b/src/ui/configdialog.h index 7b9b1fab2..968eea48d 100644 --- a/src/ui/configdialog.h +++ b/src/ui/configdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -53,8 +53,9 @@ private slots: void setMainFont(); void showPluginSettings(); void showPluginInfo(); - void addTitleString( QAction * ); + void addTitleString(QAction *); void saveSettings(); + void updateButtons(); private: void readSettings(); |
