diff options
Diffstat (limited to 'src/MachBunt.cpp')
-rw-r--r-- | src/MachBunt.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MachBunt.cpp b/src/MachBunt.cpp index a23ea3d..83255fd 100644 --- a/src/MachBunt.cpp +++ b/src/MachBunt.cpp @@ -11,8 +11,8 @@ #include <kimageeffect.h> #include <kiconeffect.h> #include <kdrawutil.h> -#include <klocale.h> -#include <kconfig.h> +#include <tdelocale.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <ntqlabel.h> @@ -238,7 +238,7 @@ void MachBunt::init() widget()->installEventFilter( this ); widget()->setBackgroundMode(NoBackground); - KConfig c("kwinMachBuntrc"); + TDEConfig c("twinMachBuntrc"); c.setGroup("General"); titlebarResize = c.readBoolEntry("TitleBarResize", true); titlebarLogo = c.readBoolEntry("TitleBarLogo", true); @@ -683,7 +683,7 @@ void MachBunt::paintEvent( TQPaintEvent *pe ) titleBuffer.resize(w-BORDER_LEFT-BORDER_RIGHT, titleHeight); else titleBuffer.resize(w, titleHeight); - KIconEffect kie; + TDEIconEffect kie; TQPainter p2( &titleBuffer, widget()); |