summaryrefslogtreecommitdiffstats
path: root/deco/baghiraclient.h
diff options
context:
space:
mode:
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