diff options
author | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-13 16:09:24 +0200 |
commit | 2c9bc9b806f533df7b8f5349467d0f4be95314a4 (patch) | |
tree | 15f82ae94dd430374f3d939958912c4fb2855326 /src/app/videoSettings.h | |
parent | 38eaf7209a322a622e1b898eaa5477568ca9c6b6 (diff) | |
download | codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.tar.gz codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.zip |
Conversion qt3 -> tqt3
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/videoSettings.h')
-rw-r--r-- | src/app/videoSettings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/videoSettings.h b/src/app/videoSettings.h index 20e01ff..c781169 100644 --- a/src/app/videoSettings.h +++ b/src/app/videoSettings.h @@ -17,9 +17,9 @@ namespace Codeine VideoSettingsDialog &operator=( const VideoSettingsDialog& ); //disable public: - VideoSettingsDialog( QWidget *parent ); + VideoSettingsDialog( TQWidget *parent ); - static void stateChanged( QWidget *parent, Engine::State ); + static void stateChanged( TQWidget *parent, Engine::State ); }; } |