diff options
author | deva <deva> | 2006-08-16 23:47:08 +0000 |
---|---|---|
committer | deva <deva> | 2006-08-16 23:47:08 +0000 |
commit | e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 (patch) | |
tree | 41a274bcfeb6bf4fe6e893e9279b974fc950765b /client/historywidget.cc | |
parent | ad5ef06ff97aac051f6d4287ce30239eda3925bd (diff) |
Fjernede miav_config entry.
Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places.
Diffstat (limited to 'client/historywidget.cc')
-rw-r--r-- | client/historywidget.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/historywidget.cc b/client/historywidget.cc index aff783a..6d1ff5b 100644 --- a/client/historywidget.cc +++ b/client/historywidget.cc @@ -26,8 +26,6 @@ */ #include "historywidget.h" -#include "miav_config.h" - #include <QResizeEvent> HistoryWidget::HistoryWidget(QPixmap *pixmap) |