diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /tools/assistant/helpdialogimpl.cpp | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'tools/assistant/helpdialogimpl.cpp')
-rw-r--r-- | tools/assistant/helpdialogimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/helpdialogimpl.cpp b/tools/assistant/helpdialogimpl.cpp index f299ee8e2..c447c4cb4 100644 --- a/tools/assistant/helpdialogimpl.cpp +++ b/tools/assistant/helpdialogimpl.cpp @@ -288,7 +288,7 @@ void HelpDialog::timerEvent(TQTimerEvent *e) { static int opacity = 255; // To allow patching of 3.2.3 assistant for qsa. -#if QT_VERSION >= 0x030300 +#if TQT_VERSION >= 0x030300 help->setWindowOpacity((opacity-=4)/255.0); if (opacity<=0) #endif |