summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.h
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-06-13 16:09:24 +0200
committergregory guy <[email protected]>2020-06-13 16:09:24 +0200
commit2c9bc9b806f533df7b8f5349467d0f4be95314a4 (patch)
tree15f82ae94dd430374f3d939958912c4fb2855326 /src/app/volumeAction.h
parent38eaf7209a322a622e1b898eaa5477568ca9c6b6 (diff)
downloadcodeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.tar.gz
codeine-2c9bc9b806f533df7b8f5349467d0f4be95314a4.zip
Conversion qt3 -> tqt3
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'src/app/volumeAction.h')
-rw-r--r--src/app/volumeAction.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/volumeAction.h b/src/app/volumeAction.h
index 6c0c376..aef3434 100644
--- a/src/app/volumeAction.h
+++ b/src/app/volumeAction.h
@@ -10,12 +10,12 @@ class VolumeAction : public KToggleAction
{
Q_OBJECT
- QWidget *m_anchor;
+ TQWidget *m_anchor;
class VolumeSlider *m_widget;
- virtual bool eventFilter( QObject *o, QEvent *e );
+ virtual bool eventFilter( TQObject *o, TQEvent *e );
- virtual int plug( QWidget*, int );
+ virtual int plug( TQWidget*, int );
private slots:
void toggled( bool );