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/mainwindow.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/mainwindow.cc')
-rw-r--r-- | client/mainwindow.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc index 79d6b7e..8882d28 100644 --- a/client/mainwindow.cc +++ b/client/mainwindow.cc @@ -26,7 +26,10 @@ */ #include "mainwindow.h" #include "info.h" -#include "miav_config.h" + +//#include "miav_config.h" +#include "configuration.h" + #include "splashscreen.h" #include "aboutwindow.h" |