summaryrefslogtreecommitdiffstats
path: root/client/polyester.cc
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-03-10 19:57:12 +0200
committerMavridis Philippe <mavridisf@gmail.com>2024-03-10 20:04:10 +0200
commit8dbc6179f8b3bd630e3edc6d1e2a01becf5e065b (patch)
treebcb2aed9636358b58e0202e941d372da808c6442 /client/polyester.cc
parentdb5c38267db65110beb4ad895a1fe38b42d8001f (diff)
downloadtde-style-polyester-8dbc6179f8b3bd630e3edc6d1e2a01becf5e065b.tar.gz
tde-style-polyester-8dbc6179f8b3bd630e3edc6d1e2a01becf5e065b.zip
Port to TDE
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'client/polyester.cc')
-rwxr-xr-xclient/polyester.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/client/polyester.cc b/client/polyester.cc
index 2ef4044..edafebd 100755
--- a/client/polyester.cc
+++ b/client/polyester.cc
@@ -14,11 +14,11 @@
//////////////////////////////////////////////////////////////////////////////
-#include <kconfig.h>
-#include <kdeversion.h>
-#include <kglobal.h>
-#include <kglobalsettings.h>
-#include <klocale.h>
+#include <tdeconfig.h>
+#include <tdeversion.h>
+#include <tdeglobal.h>
+#include <tdeglobalsettings.h>
+#include <tdelocale.h>
#include <kpixmap.h>
#include <kimageeffect.h>
#include <kpixmapeffect.h>
@@ -136,7 +136,7 @@ bool polyesterFactory::reset(unsigned long changed) {
bool polyesterFactory::readConfig() {
// create a config object
- KConfig config("kwinpolyesterrc");
+ TDEConfig config("twinpolyesterrc");
config.setGroup("General");
// grab settings
@@ -1408,7 +1408,7 @@ void polyesterClient::mouseDoubleClickEvent(TQMouseEvent *e) {
// Mousewheel over titlebar
void polyesterClient::wheelEvent(TQWheelEvent * e) {
-#if KDE_VERSION > KDE_MAKE_VERSION(3,4,3)
+#if TDE_VERSION > TDE_MAKE_VERSION(3,4,3)
if (titleLayout_->geometry().contains(e->pos()))
titlebarMouseWheelOperation(e->delta());
#endif