summaryrefslogtreecommitdiffstats
path: root/src/MachBunt.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-10-15 19:07:50 +0300
committerMavridis Philippe <mavridisf@gmail.com>2022-10-15 19:07:50 +0300
commit33d0b7b115765b8e334f2a80822f53b9d534f0c2 (patch)
tree86e118611240983f283cfcff5bfd1f258498179a /src/MachBunt.cpp
parente49c3e89f8017d07357ad146c76e5e3f64d9b4f1 (diff)
downloadtwin-style-machbunt-33d0b7b115765b8e334f2a80822f53b9d534f0c2.tar.gz
twin-style-machbunt-33d0b7b115765b8e334f2a80822f53b9d534f0c2.zip
KDE3->TDE conversion
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/MachBunt.cpp')
-rw-r--r--src/MachBunt.cpp8
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());