summaryrefslogtreecommitdiffstats
path: root/kmid/channel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmid/channel.cpp')
-rw-r--r--kmid/channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmid/channel.cpp b/kmid/channel.cpp
index c8bdb48d..214dcc18 100644
--- a/kmid/channel.cpp
+++ b/kmid/channel.cpp
@@ -50,7 +50,7 @@ KMidChannel::KMidChannel(int chn,TQWidget *parent) : TQWidget (parent)
penW = new TQPen (white);
penT = new TQPen (colorGroup().background());
- KConfig *kcfg=TDEGlobal::instance()->config();
+ TDEConfig *kcfg=TDEGlobal::instance()->config();
kcfg->setGroup("KMid");
TQFont *qtextfontdefault=new TQFont("lucida",18,TQFont::Bold,TRUE);
qcvfont=new TQFont(kcfg->readFontEntry("ChannelViewFont",qtextfontdefault));