summaryrefslogtreecommitdiffstats
path: root/src/rip/k3bvideocdview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-27 19:21:21 +0000
commitd8cc8bdfa7fa624a526d5aa1626974e1444cb799 (patch)
treef295f1c545b319963d5357af79fe08991d8141d9 /src/rip/k3bvideocdview.h
parent2a39a080579fb52a2599c02b2939795385b89093 (diff)
downloadk3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.tar.gz
k3b-d8cc8bdfa7fa624a526d5aa1626974e1444cb799.zip
TQt4 port k3b
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1233803 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/rip/k3bvideocdview.h')
-rw-r--r--src/rip/k3bvideocdview.h23
1 files changed, 12 insertions, 11 deletions
diff --git a/src/rip/k3bvideocdview.h b/src/rip/k3bvideocdview.h
index cb3e7a6..65b2f8a 100644
--- a/src/rip/k3bvideocdview.h
+++ b/src/rip/k3bvideocdview.h
@@ -17,7 +17,7 @@
#ifndef _K3B_VIDEOCDVIEW_H_
#define _K3B_VIDEOCDVIEW_H_
-#include <qdom.h>
+#include <tqdom.h>
#include <k3bmediacontentsview.h>
#include <k3bmedium.h>
@@ -28,8 +28,8 @@ class KActionCollection;
class KActionMenu;
class KListView;
-class QLabel;
-class QListViewItem;
+class TQLabel;
+class TQListViewItem;
class K3bListView;
class K3bToolBox;
@@ -46,9 +46,10 @@ namespace K3bDevice
class K3bVideoCdView : public K3bMediaContentsView
{
Q_OBJECT
+ TQ_OBJECT
public:
- K3bVideoCdView( QWidget* parent = 0, const char * name = 0 );
+ K3bVideoCdView( TQWidget* tqparent = 0, const char * name = 0 );
~K3bVideoCdView();
KActionCollection* actionCollection() const
@@ -57,9 +58,9 @@ class K3bVideoCdView : public K3bMediaContentsView
}
private slots:
- void slotContextMenu( KListView*, QListViewItem*, const QPoint& );
- void slotTrackSelectionChanged( QListViewItem* );
- void slotStateChanged( QListViewItem* );
+ void slotContextMenu( KListView*, TQListViewItem*, const TQPoint& );
+ void slotTrackSelectionChanged( TQListViewItem* );
+ void slotStateChanged( TQListViewItem* );
void slotVideoCdInfoFinished( bool );
void startRip();
@@ -78,7 +79,7 @@ class K3bVideoCdView : public K3bMediaContentsView
void initActions();
void updateDisplay();
void enableInteraction( bool );
- void buildTree( QListViewItem *parentItem, const QDomElement &parentElement, const QString& pname = QString::null );
+ void buildTree( TQListViewItem *tqparentItem, const TQDomElement &tqparentElement, const TQString& pname = TQString() );
K3bDevice::Toc m_toc;
@@ -91,11 +92,11 @@ class K3bVideoCdView : public K3bMediaContentsView
K3bListView* m_trackView;
K3bToolBox* m_toolBox;
- QLabel* m_labelLength;
+ TQLabel* m_labelLength;
- QDomDocument domTree;
+ TQDomDocument domTree;
- QValueList<VideoTrackViewCheckItem *> m_contentList;
+ TQValueList<VideoTrackViewCheckItem *> m_contentList;
unsigned long m_videocddatasize;
unsigned long m_videocdmpegsize;