diff options
Diffstat (limited to 'kcontrol/tdm/tdm-conv.cpp')
-rw-r--r-- | kcontrol/tdm/tdm-conv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/tdm/tdm-conv.cpp b/kcontrol/tdm/tdm-conv.cpp index a324e866a..1d73dc4c8 100644 --- a/kcontrol/tdm/tdm-conv.cpp +++ b/kcontrol/tdm/tdm-conv.cpp @@ -32,12 +32,12 @@ #include <tqheader.h> #include <kdialog.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdelocale.h> #include "tdm-conv.h" -extern KSimpleConfig *config; +extern TDESimpleConfig *config; TDMConvenienceWidget::TDMConvenienceWidget(TQWidget *parent, const char *name) : TQWidget(parent, name) |