summaryrefslogtreecommitdiffstats
path: root/src/projects/k3bmixedview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-01-02 11:37:05 +0900
committerMichele Calgaro <[email protected]>2024-01-02 11:37:05 +0900
commit61b79fc39298cb8646cee439dc032d5bf0169063 (patch)
treede0059ceac6459f416369e6e59ffa116be4a60e1 /src/projects/k3bmixedview.cpp
parent766478630b5e0f435d8aef9ee7ba44651e4e431d (diff)
downloadk3b-61b79fc39298cb8646cee439dc032d5bf0169063.tar.gz
k3b-61b79fc39298cb8646cee439dc032d5bf0169063.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/projects/k3bmixedview.cpp')
-rw-r--r--src/projects/k3bmixedview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/projects/k3bmixedview.cpp b/src/projects/k3bmixedview.cpp
index ee1b4f4..315b674 100644
--- a/src/projects/k3bmixedview.cpp
+++ b/src/projects/k3bmixedview.cpp
@@ -56,10 +56,10 @@ K3bMixedView::K3bMixedView( K3bMixedDoc* doc, TQWidget* parent, const char* name
setMainWidget( splitter );
- connect( m_mixedDirTreeView, TQT_SIGNAL(audioTreeSelected()),
- this, TQT_SLOT(slotAudioTreeSelected()) );
- connect( m_mixedDirTreeView, TQT_SIGNAL(dataTreeSelected()),
- this, TQT_SLOT(slotDataTreeSelected()) );
+ connect( m_mixedDirTreeView, TQ_SIGNAL(audioTreeSelected()),
+ this, TQ_SLOT(slotAudioTreeSelected()) );
+ connect( m_mixedDirTreeView, TQ_SIGNAL(dataTreeSelected()),
+ this, TQ_SLOT(slotDataTreeSelected()) );
m_widgetStack->raiseWidget( m_dataFileView );