aboutsummaryrefslogtreecommitdiff
path: root/src/ui/configdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/configdialog.h')
-rw-r--r--src/ui/configdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/configdialog.h b/src/ui/configdialog.h
index 9688b38b1..ad8d62ae5 100644
--- a/src/ui/configdialog.h
+++ b/src/ui/configdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2007-2010 by Ilya Kotov *
+ * Copyright (C) 2007-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -74,6 +74,7 @@ private:
QList <QFileInfo> m_skinList;
Ui::ConfigDialog ui;
+ QString m_currentSkinName;
Skin *m_skin;
QPixmap pixmap;
SkinReader *m_reader;