diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 22:03:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:34:05 +0900 |
| commit | 420fcb6c991b2c21d5919db2af202e7f444f9326 (patch) | |
| tree | c6a2c38cdd7ab8a193f25a0a51ebb5aa7fe8c386 /src/ciwidgetmgr.h | |
| parent | 4f72176a0ff3c10fa366a67a45a11cf538d1c4eb (diff) | |
| download | ktechlab-420fcb6c.tar.gz ktechlab-420fcb6c.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c5554a5f82ebc79fbda3940ee904e71490fb13d6)
Diffstat (limited to 'src/ciwidgetmgr.h')
| -rw-r--r-- | src/ciwidgetmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ciwidgetmgr.h b/src/ciwidgetmgr.h index f92a877..923567c 100644 --- a/src/ciwidgetmgr.h +++ b/src/ciwidgetmgr.h @@ -50,7 +50,7 @@ public: /** * Adds a slider with the given id and values to the position */ - Slider* addSlider( const TQString &id, int minValue, int maxValue, int pageStep, int value, Qt::Orientation orientation, const TQRect & pos ); + Slider* addSlider( const TQString &id, int minValue, int maxValue, int pageStep, int value, TQt::Orientation orientation, const TQRect & pos ); /** * Essentially the same as addDisplayText, but displays a button with * text on it. The virtual functions buttonPressed( const TQString &id ) and |
