summaryrefslogtreecommitdiffstats
path: root/deco/baghiraclient.h
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2021-10-05 14:54:22 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-10-06 19:27:41 +0900
commiteac5fa9db4545dd832b13bc5f79d7bb5d274c62b (patch)
treea11ebdcd9d44be4b20015092dd61e70cd5b2fefa /deco/baghiraclient.h
parent6a98f451b6617ce0a3602f2e21b26acfb2bd6e8e (diff)
downloadtde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.tar.gz
tde-style-baghira-eac5fa9db4545dd832b13bc5f79d7bb5d274c62b.zip
Remove definition KDE_IS_VERSION.
Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 610b0fea26e0855ea2ded8d935288378335346b6)
Diffstat (limited to 'deco/baghiraclient.h')
-rw-r--r--deco/baghiraclient.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/deco/baghiraclient.h b/deco/baghiraclient.h
index ddd3aa7..d661fa0 100644
--- a/deco/baghiraclient.h
+++ b/deco/baghiraclient.h
@@ -105,13 +105,11 @@ enum TitlebarType{
class BaghiraClient;
-// #if KDE_IS_VERSION(3,3,91)
+
class ResizeHandle : public TQWidget
{
-//#if KDE_IS_VERSION(3,3,91)
friend class BaghiraClient;
Q_OBJECT
-#if KDE_IS_VERSION(3,3,91)
public:
ResizeHandle(BaghiraClient *parent);
protected:
@@ -124,7 +122,6 @@ private:
void shape();
BaghiraClient *client;
TQPixmap pix;
-#endif
};
// #endif