diff options
author | Michele Calgaro <[email protected]> | 2024-03-05 23:03:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-05 23:03:28 +0900 |
commit | 7b4eb8439cccbf68235860f099beda70515fc2c7 (patch) | |
tree | 37d8b5888de582c93a4e6d27be249a3369f5cde6 /src/qeffects.cpp | |
parent | 9a71d642255fe894138e5fce5baa23d83893dc80 (diff) | |
download | basket-7b4eb8439cccbf68235860f099beda70515fc2c7.tar.gz basket-7b4eb8439cccbf68235860f099beda70515fc2c7.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/qeffects.cpp')
-rw-r--r-- | src/qeffects.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qeffects.cpp b/src/qeffects.cpp index 8d67a95..5a36f17 100644 --- a/src/qeffects.cpp +++ b/src/qeffects.cpp @@ -66,7 +66,7 @@ static TQAlphaWidget* q_blend = 0; */ TQAlphaWidget::TQAlphaWidget( TQWidget* w, WFlags f ) : TQWidget( TQApplication::desktop()->screen(TQApplication::desktop()->screenNumber(w)), - "qt internal alpha effect widget", f ) + "tqt internal alpha effect widget", f ) { #if 1 //ndef TQ_WS_WIN setEnabled( FALSE ); @@ -297,7 +297,7 @@ static TQRollEffect* q_roll = 0; */ TQRollEffect::TQRollEffect( TQWidget* w, WFlags f, DirFlags orient ) : TQWidget( TQApplication::desktop()->screen(TQApplication::desktop()->screenNumber(w)), - "qt internal roll effect widget", f ), orientation(orient) + "tqt internal roll effect widget", f ), orientation(orient) { #if 1 //ndef TQ_WS_WIN setEnabled( FALSE ); |