summaryrefslogtreecommitdiffstats
path: root/client/deKoratorclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/deKoratorclient.h')
-rw-r--r--client/deKoratorclient.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/client/deKoratorclient.h b/client/deKoratorclient.h
index 3147fbd..e74774a 100644
--- a/client/deKoratorclient.h
+++ b/client/deKoratorclient.h
@@ -58,6 +58,7 @@
#include "shadow.h"
+class QImageHolder;
class TQSpacerItem;
class TQPoint;
@@ -160,7 +161,7 @@ private:
static bool colorizeActFrames_;
static bool colorizeInActFrames_;
static bool needInit_;
- static bool needReload_;
+ static bool needReload_;
static TQString framesPath_;
static TQString buttonsPath_;
static TQString masksPath_;
@@ -172,6 +173,9 @@ public:
static bool colorizeActButtons_;
static bool colorizeInActButtons_;
static TQColor cusBtnCol_[ buttonTypeAllCount ];
+ static bool transparency_;
+
+ QImageHolder *imageHolder;
};
inline bool DeKoratorFactory::initialized()
@@ -298,6 +302,7 @@ private slots:
void keepAboveChange( bool );
void keepBelowChange( bool );
void menuButtonReleased();
+ void repaint();
private:
DeKoratorButton *button[ ButtonTypeCount ];
@@ -305,6 +310,7 @@ private:
TQHBoxLayout *titleLayout_ ;
TQHBoxLayout *midLayout_;
TQSpacerItem *leftTitleBarSpacer_, *titleBarSpacer_, *rightTitleBarSpacer_, *leftSpacer_, *rightSpacer_, *bottomSpacer_;
+ TQTimer repaintTimer;
bool closing_;
TQPixmap *captionBufferPix_;
bool captionBufferDirty_;