From e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Aug 2006 23:47:08 +0000 Subject: Fjernede miav_config entry. Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places. --- client/mainwindow.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'client/mainwindow.cc') 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" -- cgit v1.2.3